diff options
Diffstat (limited to 'quanta/data/pics')
-rw-r--r-- | quanta/data/pics/CMakeLists.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/quanta/data/pics/CMakeLists.txt b/quanta/data/pics/CMakeLists.txt new file mode 100644 index 00000000..041f0163 --- /dev/null +++ b/quanta/data/pics/CMakeLists.txt @@ -0,0 +1,16 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + quantalogo.png wiznewprjweb.png wiznewprjglb.png + wiznewprjfin.png wiznewprjloc.png + quantalogo_be.png + DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbar ) |