2014-10-31 06:53:04 +00:00
|
|
|
set(plugin_SRCS
|
2014-11-03 15:12:54 +00:00
|
|
|
previewbutton.cpp
|
2014-10-31 06:53:04 +00:00
|
|
|
previewbridge.cpp
|
|
|
|
previewclient.cpp
|
|
|
|
previewitem.cpp
|
|
|
|
previewsettings.cpp
|
|
|
|
plugin.cpp
|
2014-12-09 15:07:27 +00:00
|
|
|
buttonsmodel.cpp
|
2015-03-31 13:26:42 +00:00
|
|
|
../../../decorations/decorationpalette.cpp
|
2014-10-31 06:53:04 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
add_library(kdecorationprivatedeclarative SHARED ${plugin_SRCS})
|
|
|
|
target_link_libraries(kdecorationprivatedeclarative
|
|
|
|
KDecoration2::KDecoration
|
|
|
|
KDecoration2::KDecoration2Private
|
2014-12-05 14:58:05 +00:00
|
|
|
Qt5::DBus
|
2014-10-31 06:53:04 +00:00
|
|
|
Qt5::Quick
|
|
|
|
KF5::CoreAddons
|
|
|
|
KF5::ConfigWidgets
|
2014-11-03 15:12:54 +00:00
|
|
|
KF5::I18n
|
2014-10-31 06:53:04 +00:00
|
|
|
KF5::Service
|
|
|
|
)
|
|
|
|
|
|
|
|
install(TARGETS kdecorationprivatedeclarative DESTINATION ${QML_INSTALL_DIR}/org/kde/kwin/private/kdecoration )
|
|
|
|
install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kwin/private/kdecoration )
|