summaryrefslogtreecommitdiffstats
path: root/translations/translations.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-11-24 17:01:51 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-11-25 11:46:48 (GMT)
commit43f24759e063df96d01785061bb0905d0352d36b (patch)
tree304ae38ca679f285c1cd5ac64c333859813cd612 /translations/translations.pro
parenteaf355c488070a36eed6b99c794d4b055c788e15 (diff)
downloadQt-43f24759e063df96d01785061bb0905d0352d36b.zip
Qt-43f24759e063df96d01785061bb0905d0352d36b.tar.gz
Qt-43f24759e063df96d01785061bb0905d0352d36b.tar.bz2
another shot at fixing directory separators in build commands
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 60f84e6..ef09dc3 100644
--- a/translations/translations.pro
+++ b/translations/translations.pro
@@ -1,7 +1,7 @@
TRANSLATIONS = $$files(*.ts)
LRELEASE = $$QT_BUILD_TREE/bin/lrelease
-win32:isEmpty(QMAKE_SH):LRELEASE ~= s|/|\\|g
+LRELEASE ~= s,/,$$QMAKE_DIR_SEP,
contains(TEMPLATE_PREFIX, vc):vcproj = 1