Remove unneeded KNewStuff linking
We only need this as a QML runtime dependency
This commit is contained in:
parent
3b848bbf7e
commit
56f2b9819d
4 changed files with 1 additions and 3 deletions
|
@ -27,7 +27,6 @@ target_link_libraries(kcm_kwindecoration
|
|||
KDecoration2::KDecoration
|
||||
KF6::I18n
|
||||
KF6::KCMUtils
|
||||
KF6::NewStuff
|
||||
KF6::QuickAddons
|
||||
Qt::Quick
|
||||
Qt::DBus
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
#include <KConfigGroup>
|
||||
#include <KLocalizedString>
|
||||
#include <KNSCore/Engine>
|
||||
#include <KPluginFactory>
|
||||
|
||||
#include <QDBusConnection>
|
||||
|
|
|
@ -18,7 +18,6 @@ target_link_libraries(kcm_kwin_effects
|
|||
KF6::KCMUtils
|
||||
KF6::I18n
|
||||
KF6::KCMUtils
|
||||
KF6::NewStuff
|
||||
KF6::QuickAddons
|
||||
KF6::XmlGui
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ target_link_libraries(kcm_kwintabbox
|
|||
KF6::KCMUtils
|
||||
KF6::NewStuffWidgets
|
||||
KF6::Package
|
||||
KF6::Service
|
||||
KF6::XmlGui # For kkeysequencewidget
|
||||
XCB::XCB
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue