summaryrefslogtreecommitdiffstats
path: root/translations/translations.pro
diff options
context:
space:
mode:
Diffstat (limited to 'translations/translations.pro')
-rw-r--r--translations/translations.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/translations/translations.pro b/translations/translations.pro
index dfbc20ee0e..ffca6d0dea 100644
--- a/translations/translations.pro
+++ b/translations/translations.pro
@@ -49,13 +49,13 @@ QMAKE_EXTRA_TARGETS += check-ts
isEqual(QMAKE_DIR_SEP, /) {
commit-ts.commands = \
- cd $$IDE_SOURCE_TREE; \
+ cd $$QT_MOBILITY_SOURCE_TREE; \
for f in `git diff-files --name-only translations/*_??.ts`; do \
$$LCONVERT -locations none -i \$\$f -o \$\$f; \
done; \
git add translations/*_??.ts && git commit
} else {
- wd = $$replace(IDE_SOURCE_TREE, /, \\)
+ wd = $$replace(QT_MOBILITY_SOURCE_TREE, /, \\)
commit-ts.commands = \
cd $$wd && \
for /f usebackq %%f in (`git diff-files --name-only translations/*_??.ts`) do \