diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-10-31 17:30:37 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-10-31 17:30:37 +0100 |
commit | a86522cb83ed2f665161f507531f07dc6437e13f (patch) | |
tree | 28141583f7700ed3227024a9593e6dc8a01f894a /data/CMakeLists.txt | |
parent | QApplication --> KApplication (diff) | |
download | rekonq-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.txt | 5 |
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 +) |