do not sort contexts in TS files

this avoids big diffs if contexts are renamed and manually adjusted in
the files.
This commit is contained in:
Oswald Buddenhagen
2009-10-08 11:58:09 +02:00
parent 81a8f2f927
commit 6d18970ba3

View File

@@ -9,7 +9,7 @@ defineReplace(prependAll) {
}
XMLPATTERNS = $$targetPath($$[QT_INSTALL_BINS]/xmlpatterns)
LUPDATE = $$targetPath($$[QT_INSTALL_BINS]/lupdate) -locations relative -no-ui-lines
LUPDATE = $$targetPath($$[QT_INSTALL_BINS]/lupdate) -locations relative -no-ui-lines -no-sort
LRELEASE = $$targetPath($$[QT_INSTALL_BINS]/lrelease)
TRANSLATIONS = $$prependAll(LANGUAGES, $$PWD/qtcreator_,.ts)