diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-01-14 15:46:57 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-01-15 16:54:33 (GMT) |
commit | 9b05cc074bd5ee49de0f141dd5a389ec10e3c665 (patch) | |
tree | 7b9478fa3e5eda9a4e36d8432eca1cb5da2457bb | |
parent | f1659420f40facbdfbf87025a395422da25f012d (diff) | |
download | Qt-9b05cc074bd5ee49de0f141dd5a389ec10e3c665.zip Qt-9b05cc074bd5ee49de0f141dd5a389ec10e3c665.tar.gz Qt-9b05cc074bd5ee49de0f141dd5a389ec10e3c665.tar.bz2 |
fix qm generation under windowsv4.6.1
Reviewed-by: Daniel Molkentin
(cherry picked from commit e4953b7262d8122747569efee194b6eb46d40749)
-rw-r--r-- | translations/translations.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/translations.pro b/translations/translations.pro index ef09dc3..05dd968 100644 --- a/translations/translations.pro +++ b/translations/translations.pro @@ -14,7 +14,7 @@ LIBS = updateqm.input = TRANSLATIONS updateqm.output = ${QMAKE_FILE_BASE}.qm isEmpty(vcproj):updateqm.variable_out = PRE_TARGETDEPS -updateqm.commands = @echo lrelease ${QMAKE_FILE_IN}; $$LRELEASE ${QMAKE_FILE_IN} -qm ${QMAKE_FILE_OUT} +updateqm.commands = @echo lrelease ${QMAKE_FILE_IN} && $$LRELEASE ${QMAKE_FILE_IN} -qm ${QMAKE_FILE_OUT} updateqm.name = LRELEASE ${QMAKE_FILE_IN} updateqm.CONFIG += no_link QMAKE_EXTRA_COMPILERS += updateqm |