2012-07-28 12:39:40 +00:00
|
|
|
set(plastik_plugin_SRCS
|
|
|
|
plastikbutton.cpp
|
|
|
|
plastikplugin.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
add_library(plastikplugin SHARED ${plastik_plugin_SRCS})
|
2013-12-11 20:41:47 +00:00
|
|
|
target_link_libraries(plastikplugin Qt5::Core Qt5::Quick KF5::ConfigWidgets kdecorations)
|
2013-10-01 11:58:01 +00:00
|
|
|
install(TARGETS plastikplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kwin/decorations/plastik)
|
|
|
|
install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kwin/decorations/plastik)
|