mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Drop unused link libraries
This commit is contained in:
parent
c4b49cf086
commit
d49143456e
7 changed files with 2 additions and 9 deletions
|
|
@ -49,7 +49,6 @@ target_link_libraries(mobileshellplugin
|
|||
Plasma::PlasmaQuick
|
||||
KF6::KIOGui
|
||||
KF6::KIOWidgets # for PreviewJob
|
||||
Plasma::KWaylandClient
|
||||
KF6::Service
|
||||
KF6::Package
|
||||
LayerShellQt::Interface
|
||||
|
|
|
|||
|
|
@ -16,11 +16,10 @@ target_link_libraries(quicksettingsplugin PRIVATE
|
|||
Qt::DBus
|
||||
Qt::Gui
|
||||
Qt::Quick
|
||||
Plasma::KWaylandClient
|
||||
KF6::Service
|
||||
KF6::ConfigWidgets
|
||||
KF6::Package
|
||||
KF6::I18n
|
||||
KF6::ConfigCore
|
||||
)
|
||||
|
||||
ecm_finalize_qml_module(quicksettingsplugin)
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ target_link_libraries(shellsettingsplugin PRIVATE
|
|||
Qt::Quick
|
||||
Plasma::KWaylandClient
|
||||
KF6::Service
|
||||
KF6::ConfigWidgets
|
||||
KF6::Package
|
||||
KF6::KIOGui
|
||||
KF6::JobWidgets
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ target_link_libraries(windowplugin PRIVATE
|
|||
Qt::Quick
|
||||
Plasma::KWaylandClient
|
||||
KF6::Service
|
||||
KF6::ConfigWidgets
|
||||
KF6::ConfigCore
|
||||
)
|
||||
|
||||
ecm_finalize_qml_module(windowplugin)
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ target_link_libraries(kded_plasma_mobile_autodetect_apn PRIVATE
|
|||
Qt::Core
|
||||
Qt::Xml
|
||||
KF6::DBusAddons
|
||||
KF6::ConfigWidgets
|
||||
KF6::KIOGui
|
||||
KF6::JobWidgets
|
||||
KF6::Package
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ kcoreaddons_add_plugin(kded_plasma_mobile_start SOURCES ${kded_plasma_mobile_sta
|
|||
target_link_libraries(kded_plasma_mobile_start PRIVATE
|
||||
Qt::Core
|
||||
KF6::DBusAddons
|
||||
KF6::ConfigWidgets
|
||||
KF6::KIOGui
|
||||
KF6::JobWidgets
|
||||
KF6::Package
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@
|
|||
#include <KNotificationJobUiDelegate>
|
||||
#include <KPluginFactory>
|
||||
|
||||
#include <QProcess>
|
||||
|
||||
#include "start.h"
|
||||
|
||||
K_PLUGIN_FACTORY_WITH_JSON(StartFactory, "kded_plasma_mobile_start.json", registerPlugin<Start>();)
|
||||
|
|
|
|||
Loading…
Reference in a new issue