summaryrefslogtreecommitdiffstats
path: root/qtinterface/TQt.pc.cmake
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-27 21:56:52 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-27 21:56:52 +0000
commite70558cf0adab0c4395abaa9d147fd5c5d9eacc8 (patch)
treeff9a4e7dec28e428ecc1415cfb59f96f337cdbba /qtinterface/TQt.pc.cmake
parentbe540072adcf609548f7f72ad17a47c6c6899276 (diff)
downloadtqtinterface-e70558cf0adab0c4395abaa9d147fd5c5d9eacc8.tar.gz
tqtinterface-e70558cf0adab0c4395abaa9d147fd5c5d9eacc8.zip
[cmake] reworked tqtinterface build system
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1226235 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/TQt.pc.cmake')
-rw-r--r--qtinterface/TQt.pc.cmake9
1 files changed, 7 insertions, 2 deletions
diff --git a/qtinterface/TQt.pc.cmake b/qtinterface/TQt.pc.cmake
index f7d8786..cb4697a 100644
--- a/qtinterface/TQt.pc.cmake
+++ b/qtinterface/TQt.pc.cmake
@@ -3,8 +3,13 @@ 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 @PKGCONFIG_QT_LIBRARIES@
-Cflags: @PKGCONFIG_QT_DEFINITIONS@ -I@QT_INCLUDE_DIRS@ -I${includedir}
+Libs: -L${libdir} -ltqt -L@QT_LIBRARY_DIR@ @PC_QT_LIBRARIES@
+Cflags: @QT_DEFINITIONS@ -I@QT_INCLUDE_DIR@ -I${includedir} -include tqt.h
+