- Updated some translation

- Added -NDEBUG to src.pro to fix compilation problem with libtorrent svn
This commit is contained in:
Christophe Dumez
2007-09-20 20:57:41 +00:00
parent da244d7ef2
commit 3e350c5935
29 changed files with 449 additions and 442 deletions

View File

@@ -24,11 +24,13 @@ contains(DEBUG_MODE, 1){
contains(DEBUG_MODE, 0){
CONFIG -= debug
CONFIG += release
# For libtorrent stuff
DEFINES += NDEBUG
message(Release build!)
}
# For libtorrent stuff
# (comment this if you are using libtorrent with debug enabled)
DEFINES += NDEBUG
# Install
!win32 {