summaryrefslogtreecommitdiffstats
path: root/qtinterface/TQt.pc.cmake
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-10-04 20:41:08 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-10-04 20:41:08 +0000
commit20ec2740a5e6c2ef3eeea48ef8140aea26fb8beb (patch)
treef525728c6c0a224690bd87f94cb270a2e1bd84b6 /qtinterface/TQt.pc.cmake
parente5e5db14bf9a12b17fefe650fface82bb250aaec (diff)
downloadtqtinterface-20ec2740a5e6c2ef3eeea48ef8140aea26fb8beb.tar.gz
tqtinterface-20ec2740a5e6c2ef3eeea48ef8140aea26fb8beb.zip
[dependencies/tqtinterface] added initial cmake support
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1182534 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/TQt.pc.cmake')
-rw-r--r--qtinterface/TQt.pc.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/qtinterface/TQt.pc.cmake b/qtinterface/TQt.pc.cmake
new file mode 100644
index 0000000..7592990
--- /dev/null
+++ b/qtinterface/TQt.pc.cmake
@@ -0,0 +1,10 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=${prefix}/@LIB_INSTALL_DIR@
+includedir=${prefix}/@INCLUDE_INSTALL_DIR@
+
+Name: TQt
+Description: Interface and abstraction library for Qt and Trinity
+Version: @TQT_VERSION@
+Libs: -L${libdir} -ltqt @PKGCONFIG_QT_LIBRARIES@
+Cflags: @PKGCONFIG_QT_DEFINITIONS@ -I@QT_INCLUDE_DIR@ -I${includedir}