KF5::KDeclarative
This commit is contained in:
parent
63b2a8f84a
commit
bfe710dce7
2 changed files with 2 additions and 1 deletions
|
@ -233,7 +233,7 @@ set(kwin_QT_LIBS
|
|||
|
||||
set(kwin_KDE_LIBS
|
||||
${KDE4Support_LIBRARIES}
|
||||
${KDECLARATIVE_LIBRARIES}
|
||||
KF5::KDeclarative
|
||||
KF5::KConfigCore
|
||||
KF5::KCoreAddons
|
||||
KF5::KCrash
|
||||
|
|
|
@ -2,6 +2,7 @@ set(kcm_kwin4_genericscripted_SRCS genericscriptedconfig.cpp)
|
|||
kde4_add_plugin( kcm_kwin4_genericscripted ${kcm_kwin4_genericscripted_SRCS} )
|
||||
target_link_libraries( kcm_kwin4_genericscripted
|
||||
KF5::KConfigWidgets #KCModule
|
||||
KF5::KDeclarative
|
||||
KF5::KI18n
|
||||
KF5::KService
|
||||
KF5::plasma
|
||||
|
|
Loading…
Reference in a new issue