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++.
6 lines
105 B
CMake
6 lines
105 B
CMake
project(aurorae)
|
|
|
|
add_subdirectory(src)
|
|
#add_subdirectory(themes/example-deco)
|
|
|
|
add_subdirectory(themes)
|