From 7f3743e6359d492dec7def64a701b0153b65f11c Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 17 Apr 2009 11:45:42 +0200 Subject: Added webkit icon --- data/CMakeLists.txt | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'data') 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 -- cgit v1.2.1