diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-16 11:52:08 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-16 11:52:08 +0200 |
commit | 7888d6166a34cdae0c88956208d9269fe448d3e6 (patch) | |
tree | 76eadc7e890095e8c499ae13ec791a63a8348374 /src/data/CMakeLists.txt | |
parent | Merge commit 'refs/merge-requests/169' of git://gitorious.org/rekonq/mainline... (diff) | |
download | rekonq-7888d6166a34cdae0c88956208d9269fe448d3e6.tar.xz |
OpenSearch review
- file headers fix
- clean up code
- import engine files
Diffstat (limited to 'src/data/CMakeLists.txt')
-rw-r--r-- | src/data/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/data/CMakeLists.txt b/src/data/CMakeLists.txt index 5f0ac164..ed1ada34 100644 --- a/src/data/CMakeLists.txt +++ b/src/data/CMakeLists.txt @@ -1,3 +1,4 @@ +# image files INSTALL( FILES bg2.png bg.png tile.gif category.png button.png @@ -6,20 +7,30 @@ INSTALL( DESTINATION ${DATA_INSTALL_DIR}/rekonq/pics ) +# default bookmarks INSTALL( FILES defaultbookmarks.xbel DESTINATION ${DATA_INSTALL_DIR}/rekonq ) +# .desktop file INSTALL( FILES rekonq.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +# htmls INSTALL( FILES rekonqinfo.html home.html DESTINATION ${DATA_INSTALL_DIR}/rekonq/htmls ) + +# opensearch engines +INSTALL( + FILES + google.xml + DESTINATION ${DATA_INSTALL_DIR}/rekonq/opensearch +) |