diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-10-30 13:47:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-10-30 13:47:29 +0900 |
commit | e8494e60efeb94c67c813d1c1c038031915e8c17 (patch) | |
tree | 3238b3e8ceeb577a8eda00da66704c7e5fc6f9f5 /polkit-qt-1.pc.cmake | |
parent | 28de2ff84f59ac0b173670aa9c5331bc77c1e63f (diff) | |
download | polkit-tqt-e8494e60efeb94c67c813d1c1c038031915e8c17.tar.gz polkit-tqt-e8494e60efeb94c67c813d1c1c038031915e8c17.zip |
Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'polkit-qt-1.pc.cmake')
-rw-r--r-- | polkit-qt-1.pc.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polkit-qt-1.pc.cmake b/polkit-qt-1.pc.cmake index 0d7bd0808..8daa5b193 100644 --- a/polkit-qt-1.pc.cmake +++ b/polkit-qt-1.pc.cmake @@ -4,7 +4,7 @@ libdir=@LIB_INSTALL_DIR@ includedir=@CMAKE_INSTALL_PREFIX@/include Name: polkit-qt-1 -Description: Convenience library for using polkit with a Qt-styled API +Description: Convenience library for using polkit with a TQt-styled API Version: @POLKITQT-1_VERSION_STRING@ Requires: polkit-qt-core-1 polkit-qt-gui-1 polkit-qt-agent-1 Libs: -L${libdir} -lpolkit-qt-core-1 -lpolkit-qt-gui-1 -lpolkit-qt-agent-1 |