From 7ae3a9e8ad9971793b8d5ba646369af2c5ff22cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 14 Oct 2012 16:33:40 +0200 Subject: Fix poppler-tqt include and library dir in pkgconfig file Thanks to Francois Andriot for the patch --- kfile-plugins/dependencies/poppler-tqt/poppler-tqt.pc.cmake | 4 ++-- 1 file 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 -- cgit v1.2.1