summaryrefslogtreecommitdiffstats
path: root/polkit-tqt-core-1.pc.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-10-31 00:13:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-10-31 00:14:22 +0900
commite8933e99b4600d91e9eab7d1ad3a2d35813028a9 (patch)
treeb2899fd1ef651a1bff56918ace94625a4bc14aa0 /polkit-tqt-core-1.pc.cmake
parente8494e60efeb94c67c813d1c1c038031915e8c17 (diff)
downloadpolkit-tqt-e8933e99b4600d91e9eab7d1ad3a2d35813028a9.tar.gz
polkit-tqt-e8933e99b4600d91e9eab7d1ad3a2d35813028a9.zip
More Qt->TQt conversion and some clean up.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'polkit-tqt-core-1.pc.cmake')
-rw-r--r--polkit-tqt-core-1.pc.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/polkit-tqt-core-1.pc.cmake b/polkit-tqt-core-1.pc.cmake
new file mode 100644
index 000000000..e497a8016
--- /dev/null
+++ b/polkit-tqt-core-1.pc.cmake
@@ -0,0 +1,11 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@CMAKE_INSTALL_PREFIX@
+libdir=@LIB_INSTALL_DIR@
+includedir=@CMAKE_INSTALL_PREFIX@/include
+
+Name: polkit-tqt-core-1
+Description: Convenience library for using polkit with a TQt-styled API, non-GUI classes
+Version: @POLKITTQT-1_VERSION_STRING@
+Requires: TQtCore
+Libs: -L${libdir} -lpolkit-tqt-core-1
+Cflags: -I${includedir}