diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-03 10:30:23 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-03 10:30:23 (GMT) |
commit | 6f3ca5bd871fa678549916d8649e779ca20770fa (patch) | |
tree | 72679e937d7ba035021e1932505a5f1f72ebd7d1 /tools/linguist | |
parent | 5783f98ce5e243afbbd4c6a68c80d2dd959520e0 (diff) | |
parent | 40361096213895db05750b32dc05331ef56c7783 (diff) | |
download | Qt-6f3ca5bd871fa678549916d8649e779ca20770fa.zip Qt-6f3ca5bd871fa678549916d8649e779ca20770fa.tar.gz Qt-6f3ca5bd871fa678549916d8649e779ca20770fa.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
Add Qvfb hungarian translation
Add Qtconfig hungarian translation
Add Linguist hungarian translation
Add Designer hungarian translation
Add Qt help hungarian translation
Add Assistant hungarian translation
Add Qt base hungarian translation
Diffstat (limited to 'tools/linguist')
-rw-r--r-- | tools/linguist/linguist/linguist.pro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/linguist/linguist/linguist.pro b/tools/linguist/linguist/linguist.pro index c902aeb..67bcda8 100644 --- a/tools/linguist/linguist/linguist.pro +++ b/tools/linguist/linguist/linguist.pro @@ -9,7 +9,7 @@ CONFIG += qt \ uitools DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII -build_all:!build_pass { +build_all:!build_pass { CONFIG -= build_all CONFIG += release } @@ -42,7 +42,7 @@ SOURCES += \ statistics.cpp \ translatedialog.cpp \ translationsettingsdialog.cpp \ - ../shared/simtexth.cpp + ../shared/simtexth.cpp HEADERS += \ batchtranslationdialog.h \ @@ -71,7 +71,7 @@ contains(QT_PRODUCT, OpenSource.*):DEFINES *= QT_OPENSOURCE DEFINES += QT_KEYWORDS TARGET = linguist win32:RC_FILE = linguist.rc -mac { +mac { static:CONFIG -= global_init_link_order ICON = linguist.icns TARGET = Linguist @@ -99,6 +99,7 @@ TR_DIR = $$PWD/../../../translations TRANSLATIONS = \ $$TR_DIR/linguist_de.ts \ $$TR_DIR/linguist_fr.ts \ + $$TR_DIR/linguist_hu.ts \ $$TR_DIR/linguist_ja.ts \ $$TR_DIR/linguist_pl.ts \ $$TR_DIR/linguist_ru.ts \ |