forked from qt-creator/qt-creator
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:
@@ -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+.
|
||||
|
||||
Reference in New Issue
Block a user