diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-07-29 09:52:19 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-07-29 09:52:19 +0200 |
commit | b6cbb4874b8b5efd8e086b4ca7089f58c002103c (patch) | |
tree | 86b0e9157aa8ac86595bef7d7078c1056d778d8c /tdefile-plugins | |
parent | 1f3ba1d65ed8b3a5f6e21802aac0250743f7447b (diff) | |
download | tdegraphics-b6cbb4874b8b5efd8e086b4ca7089f58c002103c.tar.gz tdegraphics-b6cbb4874b8b5efd8e086b4ca7089f58c002103c.zip |
Fix CMake build dependencies
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdefile-plugins')
-rw-r--r-- | tdefile-plugins/pdf/CMakeLists.txt | 2 |
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} ) |