diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-20 23:38:00 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-20 23:38:00 +0100 |
commit | 16ab5690568b926f226c3144cef207d9ef59fa17 (patch) | |
tree | 677f1fd90d81e24c23a28c4b36fafba7d7d921fa /data/CMakeLists.txt | |
parent | Properly setting toolbars! Yeah! (diff) | |
download | rekonq-16ab5690568b926f226c3144cef207d9ef59fa17.tar.xz |
Added .desktop file
Diffstat (limited to 'data/CMakeLists.txt')
-rw-r--r-- | data/CMakeLists.txt | 5 |
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} +) |