diff options
author | Slávek Banko <[email protected]> | 2012-10-14 16:33:40 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-10-14 16:33:40 +0200 |
commit | 7ae3a9e8ad9971793b8d5ba646369af2c5ff22cf (patch) | |
tree | 87ef0a6b2c070e8174f17a0ecf34348c433e8bab | |
parent | a029dde8103340b7cf09010c990f40538c79f79f (diff) | |
download | tdegraphics-7ae3a9e8ad9971793b8d5ba646369af2c5ff22cf.tar.gz tdegraphics-7ae3a9e8ad9971793b8d5ba646369af2c5ff22cf.zip |
Fix poppler-tqt include and library dir in pkgconfig file
Thanks to Francois Andriot for the patch
-rw-r--r-- | kfile-plugins/dependencies/poppler-tqt/poppler-tqt.pc.cmake | 4 |
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 |