Fix build: KConfigWidgets

Fix build after kdelibs-frameworks commit 2929fe7d932 which removed kdeui link to
KConfigWidgets.

REVIEW: 111865
This commit is contained in:
Anselmo L. S. Melo 2013-08-03 16:35:54 -03:00 committed by Martin Gräßlin
parent bd18adcbee
commit 633db54cba
2 changed files with 2 additions and 2 deletions

View file

@ -90,9 +90,9 @@ macro( KWIN4_ADD_EFFECT_CONFIG name )
kwineffects
${Qt5Widgets_LIBRARIES}
${KDE4Support_LIBRARIES}
${KDE4_KDEUI_LIBRARY}
${KDE4_KIO_LIBRARY} # KUrlRequester
KF5::KCoreAddons
KF5::KConfigWidgets
KF5::KI18n
)
install( TARGETS kcm_kwin4_effect_${name} DESTINATION ${PLUGIN_INSTALL_DIR} )

View file

@ -2,7 +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
${KDE4Support_LIBRARIES} # KStandardDirs
${KDE4_KDEUI_LIBRARY} #KCModule
KF5::KConfigWidgets #KCModule
KF5::plasma
${Qt5UiTools_LIBRARIES} )
install( TARGETS kcm_kwin4_genericscripted DESTINATION ${PLUGIN_INSTALL_DIR} )