2d24bce243
This theme engine uses SVG files to theme the decoration like the themes for Plasma desktop shell. svn path=/trunk/playground/artwork/aurorae/; revision=983819
4 lines
143 B
CMake
4 lines
143 B
CMake
|
|
|
|
FILE(GLOB deco *.svgz)
|
|
install( FILES ${deco} example-decorc metadata.desktop DESTINATION ${DATA_INSTALL_DIR}/aurorae/themes/example-deco/ )
|