diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-17 11:45:42 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-17 11:45:42 +0200 |
commit | 7f3743e6359d492dec7def64a701b0153b65f11c (patch) | |
tree | 84b9e6965708ada949f8ab44c9047cac0c96f273 /data/CMakeLists.txt | |
parent | Updated desktop file (diff) | |
download | rekonq-7f3743e6359d492dec7def64a701b0153b65f11c.tar.xz |
Added webkit icon
Diffstat (limited to 'data/CMakeLists.txt')
-rw-r--r-- | data/CMakeLists.txt | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 6652b921..e4535e07 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -1,19 +1,24 @@ -INSTALL( FILES - loading.gif +INSTALL( + FILES loading.gif DESTINATION ${DATA_INSTALL_DIR}/rekonq/pics ) -INSTALL( FILES - defaultbookmarks.xbel +INSTALL( + FILES defaultbookmarks.xbel DESTINATION ${DATA_INSTALL_DIR}/rekonq ) -INSTALL( FILES - rekonq.desktop +INSTALL( + FILES rekonq.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) -INSTALL( FILES - notfound.html +INSTALL( + FILES notfound.html DESTINATION ${DATA_INSTALL_DIR}/rekonq/htmls ) + +INSTALL( + FILES webkit-icon.png + DESTINATION ${DATA_INSTALL_DIR}/rekonq/pics +)
\ No newline at end of file |