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} )