2013-02-15 15:47:09 +00:00
|
|
|
set(kcm_kwin4_genericscripted_SRCS genericscriptedconfig.cpp)
|
|
|
|
kde4_add_plugin( kcm_kwin4_genericscripted ${kcm_kwin4_genericscripted_SRCS} )
|
2013-07-23 09:30:52 +00:00
|
|
|
target_link_libraries( kcm_kwin4_genericscripted
|
|
|
|
${KDE4Support_LIBRARIES} # KStandardDirs
|
|
|
|
${KDE4_KDEUI_LIBRARY} #KCModule
|
|
|
|
KF5::plasma
|
|
|
|
${Qt5UiTools_LIBRARIES} )
|
2013-02-15 15:47:09 +00:00
|
|
|
install( TARGETS kcm_kwin4_genericscripted DESTINATION ${PLUGIN_INSTALL_DIR} )
|