diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-11 15:01:47 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-13 02:50:37 +0100 |
commit | 7c747bbf76444533cea6035f572c934689c1528b (patch) | |
tree | 9d4cfa9960911551cde4631169b7fbf0de141dde /CMakeLists.txt | |
parent | Moving to KWebPage (page) actions (diff) | |
download | rekonq-7c747bbf76444533cea6035f572c934689c1528b.tar.xz |
Moved data dir to src
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ca26bab6..86408815 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,7 +96,6 @@ IF(REKONQ_CAN_BE_COMPILED) ADD_SUBDIRECTORY( src ) ADD_SUBDIRECTORY( icons ) - ADD_SUBDIRECTORY( data ) ADD_SUBDIRECTORY( docs ) ENDIF(REKONQ_CAN_BE_COMPILED) |