summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-10-14 16:33:40 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-10-14 19:43:39 +0200
commit4df04c03d9f62be02c736227c43a07456b6376c9 (patch)
tree78cc29eae818653a847415a2a88e86626ee30d07
parent5b6949187629a6b7b1a721062cd7bcc6f5c15ab6 (diff)
downloadtdegraphics-4df04c03d9f62be02c736227c43a07456b6376c9.tar.gz
tdegraphics-4df04c03d9f62be02c736227c43a07456b6376c9.zip
Fix poppler-tqt include and library dir in pkgconfig file
Thanks to Francois Andriot for the patch (cherry picked from commit 7ae3a9e8ad9971793b8d5ba646369af2c5ff22cf)
-rw-r--r--kfile-plugins/dependencies/poppler-tqt/poppler-tqt.pc.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfile-plugins/dependencies/poppler-tqt/poppler-tqt.pc.cmake b/kfile-plugins/dependencies/poppler-tqt/poppler-tqt.pc.cmake
index b759d000..86a0a0d5 100644
--- a/kfile-plugins/dependencies/poppler-tqt/poppler-tqt.pc.cmake
+++ b/kfile-plugins/dependencies/poppler-tqt/poppler-tqt.pc.cmake
@@ -1,7 +1,7 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include/kde
+libdir=@LIB_INSTALL_DIR@
+includedir=@INCLUDE_INSTALL_DIR@
Name: poppler-tqt
Description: TQt bindings for poppler