diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-03-12 11:45:06 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-12 11:45:06 +0100 |
commit | f5b1a453f1c75f946c4b2bd14a49fb17d84fbcfc (patch) | |
tree | 0099e7b97e7768ca33864607ea5a153e3f232c46 /CMakeLists.txt | |
parent | rekonq 0.4 stable (diff) | |
download | rekonq-f5b1a453f1c75f946c4b2bd14a49fb17d84fbcfc.tar.xz |
Added i18n stuffs
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 02131de7..5a22e2b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,6 +97,7 @@ IF(REKONQ_CAN_BE_COMPILED) ADD_SUBDIRECTORY( src ) ADD_SUBDIRECTORY( icons ) ADD_SUBDIRECTORY( docs ) +# ADD_SUBDIRECTORY( i18n ) ENDIF(REKONQ_CAN_BE_COMPILED) |