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
|
2013-08-03 19:35:54 +00:00
|
|
|
KF5::KConfigWidgets #KCModule
|
2013-10-04 20:21:22 +00:00
|
|
|
KF5::KDeclarative
|
2013-08-20 06:47:47 +00:00
|
|
|
KF5::KI18n
|
2013-08-09 14:08:31 +00:00
|
|
|
KF5::KService
|
2013-10-15 23:36:24 +00:00
|
|
|
KF5::Plasma
|
2013-08-20 06:47:47 +00:00
|
|
|
Qt5::DBus
|
2013-08-20 07:10:18 +00:00
|
|
|
Qt5::UiTools )
|
2013-02-15 15:47:09 +00:00
|
|
|
install( TARGETS kcm_kwin4_genericscripted DESTINATION ${PLUGIN_INSTALL_DIR} )
|