459da3ea44
The Plastik decoration buttons are provided by a declarative extension plugin as the canvas drawing API would be needed to draw these buttons. This should be changed with Qt 5. But it's also a nice example to show how a QML based decoration can have an extension in C++.
8 lines
296 B
CMake
8 lines
296 B
CMake
add_subdirectory(code)
|
|
|
|
install(DIRECTORY package/
|
|
DESTINATION ${DATA_INSTALL_DIR}/${KWIN_NAME}/decorations/kwin4_decoration_qml_plastik)
|
|
|
|
install(FILES package/metadata.desktop
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/${KWIN_NAME}
|
|
RENAME kwin4_decoration_qml_plastik.desktop)
|