diff options
author | Furkan Uzumcu <furkanuzumcu@gmail.com> | 2012-01-05 10:19:31 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-01-05 10:19:31 +0100 |
commit | 2a36b690e37a6da5cab54eca69f048e09f404591 (patch) | |
tree | ede307b1e66c23b0c4e07f90f6e6688a57ee5959 | |
parent | Finally fix problems with unset background (diff) | |
download | rekonq-2a36b690e37a6da5cab54eca69f048e09f404591.tar.xz |
CMakeLists.txt fix.
Andrea's latest commit deletes the file default_rekonq.css but
doesn't remove it from the CMakeLists.txt.
This fixes it.
REVIEW: 103630
-rw-r--r-- | src/data/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/data/CMakeLists.txt b/src/data/CMakeLists.txt index 555f5abf..091650b9 100644 --- a/src/data/CMakeLists.txt +++ b/src/data/CMakeLists.txt @@ -11,7 +11,6 @@ INSTALL( INSTALL( FILES defaultbookmarks.xbel - default_rekonq.css DESTINATION ${DATA_INSTALL_DIR}/rekonq ) |