diff options
Diffstat (limited to 'tutorials/CMakeLists.txt')
-rw-r--r-- | tutorials/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt new file mode 100644 index 0000000..c6732ad --- /dev/null +++ b/tutorials/CMakeLists.txt @@ -0,0 +1,11 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + .directory docprimer.desktop markup.desktop styleguide.desktop + DESTINATION ${DATA_INSTALL_DIR}/khelpcenter/plugins/Tutorials ) |