From 3db80503fad5811532dc86c4d2d8cfe7d72da907 Mon Sep 17 00:00:00 2001 From: samelian Date: Wed, 19 Jan 2011 22:51:00 +0000 Subject: [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 --- qtinterface/TQt.pc.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qtinterface') 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 -- cgit v1.2.1