summaryrefslogtreecommitdiff
path: root/data/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-20 23:38:00 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-20 23:38:00 +0100
commit16ab5690568b926f226c3144cef207d9ef59fa17 (patch)
tree677f1fd90d81e24c23a28c4b36fafba7d7d921fa /data/CMakeLists.txt
parentProperly setting toolbars! Yeah! (diff)
downloadrekonq-16ab5690568b926f226c3144cef207d9ef59fa17.tar.xz
Added .desktop file
Diffstat (limited to 'data/CMakeLists.txt')
-rw-r--r--data/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 2882b681..41c9995f 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -3,3 +3,8 @@ INSTALL( FILES
loading.gif
DESTINATION ${DATA_INSTALL_DIR}/rekonq/pics
)
+
+INSTALL( FILES
+ rekonq.desktop
+ DESTINATION ${XDG_APPS_INSTALL_DIR}
+)