2012-07-28 12:39:40 +00:00
|
|
|
set(plastik_plugin_SRCS
|
|
|
|
plastikbutton.cpp
|
|
|
|
plastikplugin.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
qt4_automoc(${plastik_plugin_SRCS})
|
|
|
|
|
|
|
|
add_library(plastikplugin SHARED ${plastik_plugin_SRCS})
|
2013-08-20 07:10:18 +00:00
|
|
|
target_link_libraries(plastikplugin Qt5::Core Qt5::Declarative KF5::KConfigWidgets kdecorations)
|
2012-07-28 12:39:40 +00:00
|
|
|
install(TARGETS plastikplugin DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/kwin/decorations/plastik)
|
|
|
|
install(FILES qmldir DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/kwin/decorations/plastik)
|