summaryrefslogtreecommitdiff
path: root/data/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-10-31 17:30:37 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-10-31 17:30:37 +0100
commita86522cb83ed2f665161f507531f07dc6437e13f (patch)
tree28141583f7700ed3227024a9593e6dc8a01f894a /data/CMakeLists.txt
parentQApplication --> KApplication (diff)
downloadrekonq-a86522cb83ed2f665161f507531f07dc6437e13f.tar.xz
Various improvements on the street from Qt demo browser
to KDE reKonq! - CMakeLists.txt working - data dirs - ...
Diffstat (limited to 'data/CMakeLists.txt')
-rw-r--r--data/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
new file mode 100644
index 00000000..2882b681
--- /dev/null
+++ b/data/CMakeLists.txt
@@ -0,0 +1,5 @@
+INSTALL( FILES
+ defaultbookmarks.xbel
+ loading.gif
+ DESTINATION ${DATA_INSTALL_DIR}/rekonq/pics
+)