don't put the temporary header files into the qm dir

this makes a difference only on macx, where it happens to fix the ts
target (because of missing quoting). but it is More Correct anyway.
This commit is contained in:
Oswald Buddenhagen
2010-05-26 10:25:00 +02:00
parent 26b51e1638
commit 4ff06e3cd8

View File

@@ -14,8 +14,8 @@ LRELEASE = $$targetPath($$[QT_INSTALL_BINS]/lrelease)
TRANSLATIONS = $$prependAll(LANGUAGES, $$PWD/qtcreator_,.ts)
MIME_TR_H = $$IDE_DATA_PATH/translations/mime_tr.h
CUSTOMWIZARD_TR_H = $$IDE_DATA_PATH/translations/customwizard_tr.h
MIME_TR_H = $$OUT_PWD/mime_tr.h
CUSTOMWIZARD_TR_H = $$OUT_PWD/customwizard_tr.h
contains(QT_VERSION, ^4\.[0-6]\..*) {
ts.commands = @echo This Qt version is too old for the ts target. Need Qt 4.7+.