From 4d19b4a8d7752fc8d54c96973a714c642a035c51 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Fri, 13 Apr 2018 17:45:57 +0200 Subject: [PATCH] No need to link to okularpart It's wrong to link against plugins anyway. --- mobile/components/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mobile/components/CMakeLists.txt b/mobile/components/CMakeLists.txt index f1af2602a..907b42c3a 100644 --- a/mobile/components/CMakeLists.txt +++ b/mobile/components/CMakeLists.txt @@ -29,8 +29,10 @@ target_link_libraries(okularplugin Qt5::Core Qt5::Xml Qt5::Svg + KF5::Bookmarks + KF5::IconThemes + KF5::I18n okularcore - okularpart ) install(TARGETS okularplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/okular)