summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-07-29 09:52:19 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-07-29 09:52:36 +0200
commite80dd1194dd7bc8fae149bf44a32f834381f9781 (patch)
tree6006825ff59f83c6a445e6a91e268367858c9dd0
parent530abc3e18e067427b1612fe76285992d50fc8d4 (diff)
downloadtdegraphics-e80dd1194dd7bc8fae149bf44a32f834381f9781.tar.gz
tdegraphics-e80dd1194dd7bc8fae149bf44a32f834381f9781.zip
Fix CMake build dependenciesr14.0.5
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b6cbb4874b8b5efd8e086b4ca7089f58c002103c)
-rw-r--r--tdefile-plugins/pdf/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/pdf/CMakeLists.txt b/tdefile-plugins/pdf/CMakeLists.txt
index 5a81d453..3213a047 100644
--- a/tdefile-plugins/pdf/CMakeLists.txt
+++ b/tdefile-plugins/pdf/CMakeLists.txt
@@ -31,6 +31,6 @@ install( FILES tdefile_pdf.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
tde_add_kpart( tdefile_pdf AUTOMOC
SOURCES tdefile_pdf.cpp
- LINK tdeio-shared -L${CMAKE_BINARY_DIR}/tdefile-plugins/dependencies/poppler-tqt -lpoppler-tqt
+ LINK tdeio-shared poppler-tqt-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)