summaryrefslogtreecommitdiffstats
path: root/src/tools/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-05 19:43:11 +0900
committerMichele Calgaro <[email protected]>2024-03-08 10:39:04 +0900
commitbc9bda10c93ebfb9862270576b445d1c2798d66d (patch)
treeb55e4d3b49d75130f681bcb2f680858d5395f1b2 /src/tools/CMakeLists.txt
parenta8bf4dbf8aa3c20f60454a296278f8d00c83617a (diff)
downloadgwenview-bc9bda10c93ebfb9862270576b445d1c2798d66d.tar.gz
gwenview-bc9bda10c93ebfb9862270576b445d1c2798d66d.zip
Conversion to cmake building system
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/tools/CMakeLists.txt')
-rw-r--r--src/tools/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt
new file mode 100644
index 0000000..98ddfa8
--- /dev/null
+++ b/src/tools/CMakeLists.txt
@@ -0,0 +1,6 @@
+##### desktop files
+
+tde_create_translated_desktop(
+ SOURCE gimp.desktop kolourpaint.desktop konqueror.desktop tiledwallpaper.desktop wallpaper.desktop
+ DESTINATION ${DATA_INSTALL_DIR}/gwenview/tools
+)