summaryrefslogtreecommitdiffstats
path: root/translations
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-01-14 15:46:57 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-01-14 15:47:23 (GMT)
commite4953b7262d8122747569efee194b6eb46d40749 (patch)
tree8b9ab9d377be8fc2c34c9be77478fb047cdb8e21 /translations
parent48592026bc9eb024f304411895c3f233b2296cfa (diff)
downloadQt-e4953b7262d8122747569efee194b6eb46d40749.zip
Qt-e4953b7262d8122747569efee194b6eb46d40749.tar.gz
Qt-e4953b7262d8122747569efee194b6eb46d40749.tar.bz2
fix qm generation under windows
Reviewed-by: Daniel Molkentin
Diffstat (limited to 'translations')
-rw-r--r--translations/translations.pro2
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