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 /htmls/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 'htmls/CMakeLists.txt')
-rw-r--r-- | htmls/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/htmls/CMakeLists.txt b/htmls/CMakeLists.txt new file mode 100644 index 00000000..5b35db92 --- /dev/null +++ b/htmls/CMakeLists.txt @@ -0,0 +1,4 @@ +INSTALL( FILES + notfound.html + DESTINATION ${DATA_INSTALL_DIR}/rekonq/htmls +) |