diff options
author | mlaurent <mlaurent@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-04 06:44:57 +0000 |
---|---|---|
committer | mlaurent <mlaurent@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-04 06:44:57 +0000 |
commit | 966e6f9e0999cae9bf6ffe6a936ed62ab9e47a17 (patch) | |
tree | fdaa9ec23c8d1291950409b581203db86301c000 /CMakeLists.txt | |
parent | Extract messages (diff) | |
download | rekonq-966e6f9e0999cae9bf6ffe6a936ed62ab9e47a17.tar.xz |
Don't go in po directory (we use Messages.sh)
keep po file in this directory for the moment but I think that
it can move in l10n-kde4
git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@963194 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 4cbc3de2..2d041b2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,7 +90,6 @@ IF(REKONQ_CAN_BE_COMPILED) ADD_SUBDIRECTORY( src ) ADD_SUBDIRECTORY( icons ) ADD_SUBDIRECTORY( data ) - ADD_SUBDIRECTORY( po ) # ADD_SUBDIRECTORY( doc ) ENDIF(REKONQ_CAN_BE_COMPILED) |