summaryrefslogtreecommitdiff
path: root/data/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-13 03:18:45 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-13 03:18:45 +0200
commit1cb0ff22c8d9f29bb3a0aee2b1b673efb1d556d6 (patch)
treec08b50a6c7512fc42a4dd913be44badd9ff03202 /data/CMakeLists.txt
parentSome "stupid" toolbars fixes (diff)
parentModified rekonq behaviour: (diff)
downloadrekonq-1cb0ff22c8d9f29bb3a0aee2b1b673efb1d556d6.tar.xz
Merge branch 'HomePage'
Diffstat (limited to 'data/CMakeLists.txt')
-rw-r--r--data/CMakeLists.txt9
1 files changed, 2 insertions, 7 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 93b9f83c..062bc138 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -1,5 +1,5 @@
INSTALL(
- FILES loading.mng
+ FILES closed.png loading.mng open.png webkit-icon.png
DESTINATION ${DATA_INSTALL_DIR}/rekonq/pics
)
@@ -14,11 +14,6 @@ INSTALL(
)
INSTALL(
- FILES notfound.html
+ FILES notfound.html home.html
DESTINATION ${DATA_INSTALL_DIR}/rekonq/htmls
)
-
-INSTALL(
- FILES webkit-icon.png
- DESTINATION ${DATA_INSTALL_DIR}/rekonq/pics
-)