summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt.pc.cmake
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-30 21:16:35 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-30 21:16:35 +0000
commit6ea5c62d19da89d1a6b6428427bd60fab96285e2 (patch)
tree426353ec985080bfc629b157b88e107e04e84dcb /qtinterface/tqt.pc.cmake
parente70558cf0adab0c4395abaa9d147fd5c5d9eacc8 (diff)
downloadtqtinterface-6ea5c62d19da89d1a6b6428427bd60fab96285e2.tar.gz
tqtinterface-6ea5c62d19da89d1a6b6428427bd60fab96285e2.zip
[cmake] rename TQt.pc to tqt.pc
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1226585 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/tqt.pc.cmake')
-rw-r--r--qtinterface/tqt.pc.cmake15
1 files changed, 15 insertions, 0 deletions
diff --git a/qtinterface/tqt.pc.cmake b/qtinterface/tqt.pc.cmake
new file mode 100644
index 0000000..cb4697a
--- /dev/null
+++ b/qtinterface/tqt.pc.cmake
@@ -0,0 +1,15 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@PC_EXEC_PREFIX@
+libdir=@PC_LIB_DIR@
+includedir=@PC_INCLUDE_DIR@
+
+tmoc_executable=@BIN_INSTALL_DIR@/tmoc
+moc_executable=@MOC_EXECUTABLE@
+uic_executable=@UIC_EXECUTABLE@
+
+Name: TQt
+Description: Interface and abstraction library for Qt and Trinity
+Version: @TQT_VERSION@
+Libs: -L${libdir} -ltqt -L@QT_LIBRARY_DIR@ @PC_QT_LIBRARIES@
+Cflags: @QT_DEFINITIONS@ -I@QT_INCLUDE_DIR@ -I${includedir} -include tqt.h
+