kwin/clients/aurorae/CMakeLists.txt
Martin Gräßlin 459da3ea44 Port of Plastik decoration to QML
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++.
2012-08-26 20:56:19 +02:00

6 lines
105 B
CMake

project(aurorae)
add_subdirectory(src)
#add_subdirectory(themes/example-deco)
add_subdirectory(themes)