aboutsummaryrefslogtreecommitdiff
path: root/mkspecs/features
diff options
context:
space:
mode:
authorMike FABIAN <mike.fabian@basyskom.de>2010-07-27 14:31:05 +0200
committerMike FABIAN <mike.fabian@basyskom.de>2010-07-27 14:33:18 +0200
commit4a69eff5b748c2652753b9f4d017329aa0cef76f (patch)
treec01f8698d8f4d07428ad2ff169fa2f109b23561e /mkspecs/features
parente423db5306017fbf7fcfe039dc9b318c56e5a7e6 (diff)
Changes: avoid qmake warning meegotouch_translations.prf:72: Unescaped backslashes are deprecated.
RevBy: Holger Schröder, Armin Berres Details: Something seems to have changed slighly in qmake. This patch avoids a warning but doesn’t change the produce Makefile in any way.
Diffstat (limited to 'mkspecs/features')
-rw-r--r--mkspecs/features/meegotouch_translations.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/meegotouch_translations.prf b/mkspecs/features/meegotouch_translations.prf
index 394e29be..72b4cb80 100644
--- a/mkspecs/features/meegotouch_translations.prf
+++ b/mkspecs/features/meegotouch_translations.prf
@@ -69,7 +69,7 @@ isEmpty(LRELEASE_OPTIONS) {
out = $$system($$targetPath($$[QT_INSTALL_BINS]/lrelease) -help)
# the second parameter of contains can be a regexp!
contains(out, .*markuntranslated.*) {
- LRELEASE_OPTIONS += -markuntranslated '!!\ '
+ LRELEASE_OPTIONS += -markuntranslated '!!\\ '
}
}
isEmpty(LUPDATE_OPTIONS) {