summaryrefslogtreecommitdiffstats
path: root/kfile-plugins
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 16:33:40 +0200
commit7ae3a9e8ad9971793b8d5ba646369af2c5ff22cf (patch)
tree87ef0a6b2c070e8174f17a0ecf34348c433e8bab /kfile-plugins
parenta029dde8103340b7cf09010c990f40538c79f79f (diff)
downloadtdegraphics-7ae3a9e8ad9971793b8d5ba646369af2c5ff22cf.tar.gz
tdegraphics-7ae3a9e8ad9971793b8d5ba646369af2c5ff22cf.zip
Fix poppler-tqt include and library dir in pkgconfig file
Thanks to Francois Andriot for the patch
Diffstat (limited to 'kfile-plugins')
-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 ce2b40d8..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
+libdir=@LIB_INSTALL_DIR@
+includedir=@INCLUDE_INSTALL_DIR@
Name: poppler-tqt
Description: TQt bindings for poppler