aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike FABIAN <mike.fabian@basyskom.de>2010-03-03 16:13:40 +0100
committerMike FABIAN <mike.fabian@basyskom.de>2010-03-03 16:33:52 +0100
commit569925f50bd8172d3f16b28083c67f16423cbd0b (patch)
treed341783be2ee18ac0e01e9c8e7eb8632208ab0ee
parent17f5ce2f6197167911909269f1c48c830f8a509a (diff)
Changes: fix dui_translations.prf
RevBy: Holger Schröder, Imran Zaman Details: An accidental typo in commit c013b2ab2c64b5659771e2fb26f918eaddcf90b6 broke "make updatets".
-rw-r--r--mkspecs/features/dui_translations.prf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/features/dui_translations.prf b/mkspecs/features/dui_translations.prf
index 50fe4f1f..18204673 100644
--- a/mkspecs/features/dui_translations.prf
+++ b/mkspecs/features/dui_translations.prf
@@ -107,7 +107,7 @@ isEmpty(vcproj) {
updateeets.input = DUMMY_DEP
updateeets.output = $$ENGINEERING_ENGLISH
!isEmpty(vcproj):updateeets.variable_out = GENERATED_SOURCES
- updateeets.commands = $$LUPDATE "$$SOURCEDIR" -ts \"$$ENGINEERING_ENGLISH\"
+ updateeets.commands = $$LUPDATE "$$SOURCEDIR" -ts "$$ENGINEERING_ENGLISH"
updateeets.name = LUPDATE $$ENGINEERING_ENGLISH
updateeets.CONFIG += no_link target_predeps
QMAKE_EXTRA_COMPILERS += updateeets
@@ -141,7 +141,7 @@ isEmpty(vcproj) {
# other .ts files besides the engineering English one should only be updated
# on request, i.e. only when calling “make updatets” manually:
-updatets.commands = $$LUPDATE "$$SOURCEDIR" -ts lala \"$$TRANSLATIONS\"
+updatets.commands = $$LUPDATE "$$SOURCEDIR" -ts "$$TRANSLATIONS"
updatets.target = updatets
QMAKE_EXTRA_TARGETS += updatets