From kde-commits Wed Jan 31 22:25:28 2018 From: Friedrich W. H. Kossebau Date: Wed, 31 Jan 2018 22:25:28 +0000 To: kde-commits Subject: [kdeplasma-addons] /: Remove some unused libs from linked libs lists Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=151743754529943 Git commit f9c7232495d3f0a1743faf8a69e6f3739affe9a6 by Friedrich W. H. Koss= ebau. Committed on 31/01/2018 at 22:25. Pushed by kossebau into branch 'master'. Remove some unused libs from linked libs lists M +0 -1 applets/dict/CMakeLists.txt M +1 -1 applets/grouping/CMakeLists.txt M +1 -1 applets/mediaframe/CMakeLists.txt M +1 -1 runners/dictionary/CMakeLists.txt https://commits.kde.org/kdeplasma-addons/f9c7232495d3f0a1743faf8a69e6f3739a= ffe9a6 diff --git a/applets/dict/CMakeLists.txt b/applets/dict/CMakeLists.txt index 8d9dd12dd..a1d852958 100644 --- a/applets/dict/CMakeLists.txt +++ b/applets/dict/CMakeLists.txt @@ -33,7 +33,6 @@ set(dict_SRCS add_library(dictplugin SHARED ${dict_SRCS}) target_link_libraries(dictplugin KF5::Plasma - KF5::IconThemes KF5::I18n Qt5::Quick Qt5::WebEngine diff --git a/applets/grouping/CMakeLists.txt b/applets/grouping/CMakeLists.= txt index 476746c75..fd81b82a1 100644 --- a/applets/grouping/CMakeLists.txt +++ b/applets/grouping/CMakeLists.txt @@ -14,9 +14,9 @@ kcoreaddons_desktop_to_json(org.kde.plasma.private.groupi= ng package/metadata.des target_link_libraries(org.kde.plasma.private.grouping Qt5::Gui Qt5::Quick + Qt5::DBus Qt5::Widgets KF5::Plasma - KF5::IconThemes KF5::XmlGui KF5::I18n) = diff --git a/applets/mediaframe/CMakeLists.txt b/applets/mediaframe/CMakeLi= sts.txt index 5d9053b0f..95bc8053f 100644 --- a/applets/mediaframe/CMakeLists.txt +++ b/applets/mediaframe/CMakeLists.txt @@ -13,7 +13,7 @@ target_link_libraries(mediaframeplugin Qt5::Quick KF5::I18n KF5::KIOCore - KF5::KIOWidgets) +) = install(TARGETS mediaframeplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde= /plasma/private/mediaframe) install(FILES plugin/qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plas= ma/private/mediaframe) diff --git a/runners/dictionary/CMakeLists.txt b/runners/dictionary/CMakeLi= sts.txt index 8f77547d1..717e6c798 100644 --- a/runners/dictionary/CMakeLists.txt +++ b/runners/dictionary/CMakeLists.txt @@ -6,7 +6,7 @@ set(kcm_dictionaryrunner_SRCS dictionaryrunner_config.cpp) add_library(krunner_dictionary MODULE ${dictionaryrunner_SRCS}) add_library(kcm_krunner_dictionary MODULE ${kcm_dictionaryrunner_SRCS}) = -target_link_libraries(krunner_dictionary KF5::Runner KF5::I18n KF5::KCMUti= ls) +target_link_libraries(krunner_dictionary KF5::Runner KF5::I18n) target_link_libraries(kcm_krunner_dictionary KF5::Runner KF5::I18n KF5::KC= MUtils) = install(TARGETS krunner_dictionary kcm_krunner_dictionary DESTINATION ${KD= E_INSTALL_PLUGINDIR})