summaryrefslogtreecommitdiff
path: root/data/themes/mana/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-05-16 18:56:53 +0300
committerAndrei Karas <akaras@inbox.ru>2011-05-16 19:08:38 +0300
commite9a8a46fc92669236e37dd096f5a849aed74ca6a (patch)
treedabe2fe49420aebdcaab1c6babf880f13102c073 /data/themes/mana/CMakeLists.txt
parent3c77e0831772782a9452ff82e0e87e2e172ce295 (diff)
downloadplus-e9a8a46fc92669236e37dd096f5a849aed74ca6a.tar.gz
plus-e9a8a46fc92669236e37dd096f5a849aed74ca6a.tar.bz2
plus-e9a8a46fc92669236e37dd096f5a849aed74ca6a.tar.xz
plus-e9a8a46fc92669236e37dd096f5a849aed74ca6a.zip
Replaced default theme by classic. Moving default theme to theme mana.
Diffstat (limited to 'data/themes/mana/CMakeLists.txt')
-rw-r--r--data/themes/mana/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/themes/mana/CMakeLists.txt b/data/themes/mana/CMakeLists.txt
new file mode 100644
index 000000000..6103cebe6
--- /dev/null
+++ b/data/themes/mana/CMakeLists.txt
@@ -0,0 +1,5 @@
+SET (FILES
+ colors.xml
+ )
+
+INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/mana)