diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-19 22:51:00 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-19 22:51:00 +0000 |
commit | 3db80503fad5811532dc86c4d2d8cfe7d72da907 (patch) | |
tree | 19f74013cda675ef7ef199028e1be4dac1f194fe /qtinterface/TQt.pc.cmake | |
parent | dff75cd7363b315f503b122c3bc49315351329ff (diff) | |
download | tqtinterface-3db80503fad5811532dc86c4d2d8cfe7d72da907.tar.gz tqtinterface-3db80503fad5811532dc86c4d2d8cfe7d72da907.zip |
[dependencies/tqtinterface] improved pkgconfig file generation
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1215866 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/TQt.pc.cmake')
-rw-r--r-- | qtinterface/TQt.pc.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qtinterface/TQt.pc.cmake b/qtinterface/TQt.pc.cmake index cca5221..f7d8786 100644 --- a/qtinterface/TQt.pc.cmake +++ b/qtinterface/TQt.pc.cmake @@ -1,7 +1,7 @@ prefix=@CMAKE_INSTALL_PREFIX@ -exec_prefix=${prefix} -libdir=${prefix}/@LIB_INSTALL_DIR@ -includedir=${prefix}/@INCLUDE_INSTALL_DIR@ +exec_prefix=@PC_EXEC_PREFIX@ +libdir=@PC_LIB_DIR@ +includedir=@PC_INCLUDE_DIR@ Name: TQt Description: Interface and abstraction library for Qt and Trinity |