summaryrefslogtreecommitdiffstats
path: root/translations/translations.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-01-14 16:46:57 +0100
committerJason McDonald <jason.mcdonald@nokia.com>2010-01-16 02:54:33 +1000
commit9b05cc074bd5ee49de0f141dd5a389ec10e3c665 (patch)
tree7b9478fa3e5eda9a4e36d8432eca1cb5da2457bb /translations/translations.pro
parentf1659420f40facbdfbf87025a395422da25f012d (diff)
fix qm generation under windowsv4.6.1
Reviewed-by: Daniel Molkentin (cherry picked from commit e4953b7262d8122747569efee194b6eb46d40749)
Diffstat (limited to 'translations/translations.pro')
-rw-r--r--translations/translations.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/translations.pro b/translations/translations.pro
index ef09dc37b1..05dd968f5d 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