author | zecke <zecke> | 2004-07-07 15:18:14 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-07-07 15:18:14 (UTC) |
commit | ab010081c21f097e436c54ef8786f9abdf764790 (patch) (side-by-side diff) | |
tree | 36934a2aecd6e898c09d3414764efce0e2777915 /development/translation/opie-lupdate/opie-lupdate.pro | |
parent | d6ed7f967feb423a91a5c6ea94d54001b33bcd77 (diff) | |
download | opie-ab010081c21f097e436c54ef8786f9abdf764790.zip opie-ab010081c21f097e436c54ef8786f9abdf764790.tar.gz opie-ab010081c21f097e436c54ef8786f9abdf764790.tar.bz2 |
INCLUDEPATH = FOO $$INCLUDEPATH triggered an infinte loop
backport the fix from Qt3.3 for that issue
Add alternative mode to only generate one language...
Diffstat (limited to 'development/translation/opie-lupdate/opie-lupdate.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | development/translation/opie-lupdate/opie-lupdate.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/translation/opie-lupdate/opie-lupdate.pro b/development/translation/opie-lupdate/opie-lupdate.pro index ea51c8b..8360f05 100644 --- a/development/translation/opie-lupdate/opie-lupdate.pro +++ b/development/translation/opie-lupdate/opie-lupdate.pro @@ -1,21 +1,21 @@ TEMPLATE = app -CONFIG += qt warn_on console +CONFIG += qt warn_on console thread HEADERS = ../shared/metatranslator.h \ ../shared/proparser.h \ ../shared/opie.h SOURCES = fetchtr.cpp \ main.cpp \ merge.cpp \ numberh.cpp \ sametexth.cpp \ ../shared/metatranslator.cpp \ ../shared/proparser.cpp \ ../shared/opie.cpp DEFINES += QT_INTERNAL_XML TARGET = opie-lupdate INCLUDEPATH += ../shared #DESTDIR = |