Linker fixes

This commit is contained in:
Martin Gräßlin 2013-08-09 16:08:31 +02:00
parent b4c957b617
commit 7baaa46daa

View file

@ -3,6 +3,7 @@ kde4_add_plugin( kcm_kwin4_genericscripted ${kcm_kwin4_genericscripted_SRCS} )
target_link_libraries( kcm_kwin4_genericscripted
${KDE4Support_LIBRARIES} # KStandardDirs
KF5::KConfigWidgets #KCModule
KF5::KService
KF5::plasma
${Qt5UiTools_LIBRARIES} )
install( TARGETS kcm_kwin4_genericscripted DESTINATION ${PLUGIN_INSTALL_DIR} )