diff options
Diffstat (limited to 'quanta/data/config')
| -rw-r--r-- | quanta/data/config/CMakeLists.txt | 18 | 
1 files changed, 18 insertions, 0 deletions
diff --git a/quanta/data/config/CMakeLists.txt b/quanta/data/config/CMakeLists.txt new file mode 100644 index 00000000..fa091c93 --- /dev/null +++ b/quanta/data/config/CMakeLists.txt @@ -0,0 +1,18 @@ +################################################# +# +#  (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 +    plugins.rc actions.rc quantaui.rc +  DESTINATION ${DATA_INSTALL_DIR}/quanta ) + +install( FILES +    quanta_preview_config.desktop +  DESTINATION ${SERVICES_INSTALL_DIR} )  | 
