summaryrefslogtreecommitdiffstats
path: root/tools/qtconfig
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-09-23 16:41:17 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-10-01 18:05:04 +0200
commit6ee282013b82b5f46fa972296b801eab55c614c1 (patch)
tree84ac64ee037b6857b03068874a0d301043ed5ee4 /tools/qtconfig
parent504e6c63bc7fc577b2a97b0e459bab4f872652e6 (diff)
fix ts and qm targets for shadow builds and builds with -prefix
Diffstat (limited to 'tools/qtconfig')
-rw-r--r--tools/qtconfig/translations/translations.pro10
1 files changed, 6 insertions, 4 deletions
diff --git a/tools/qtconfig/translations/translations.pro b/tools/qtconfig/translations/translations.pro
index 51e96f06bc..bf8a1daae0 100644
--- a/tools/qtconfig/translations/translations.pro
+++ b/tools/qtconfig/translations/translations.pro
@@ -7,7 +7,9 @@ HEADERS += ../colorbutton.h ../previewframe.h ../previewwidget.h ../mainw
FORMS = ../mainwindowbase.ui ../paletteeditoradvancedbase.ui ../previewwidgetbase.ui
-TRANSLATIONS=$$[QT_INSTALL_TRANSLATIONS]/qtconfig_pl.ts \
- $$[QT_INSTALL_TRANSLATIONS]/qtconfig_ru.ts \
- $$[QT_INSTALL_TRANSLATIONS]/qtconfig_zh_CN.ts \
- $$[QT_INSTALL_TRANSLATIONS]/qtconfig_zh_TW.ts
+TR_DIR = $$PWD/../../../translations
+TRANSLATIONS = \
+ $$TR_DIR/qtconfig_pl.ts \
+ $$TR_DIR/qtconfig_ru.ts \
+ $$TR_DIR/qtconfig_zh_CN.ts \
+ $$TR_DIR/qtconfig_zh_TW.ts