summaryrefslogtreecommitdiffstats
path: root/tools/assistant/translations/qt_help.pro
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/assistant/translations/qt_help.pro
parent504e6c63bc7fc577b2a97b0e459bab4f872652e6 (diff)
fix ts and qm targets for shadow builds and builds with -prefix
Diffstat (limited to 'tools/assistant/translations/qt_help.pro')
-rw-r--r--tools/assistant/translations/qt_help.pro16
1 files changed, 9 insertions, 7 deletions
diff --git a/tools/assistant/translations/qt_help.pro b/tools/assistant/translations/qt_help.pro
index 7d92d06866..69570d3406 100644
--- a/tools/assistant/translations/qt_help.pro
+++ b/tools/assistant/translations/qt_help.pro
@@ -39,12 +39,14 @@ HEADERS += ../lib/qhelpcollectionhandler_p.h \
../lib/qhelp_global.h
-TRANSLATIONS=$$[QT_INSTALL_TRANSLATIONS]/qt_help_de.ts \
- $$[QT_INSTALL_TRANSLATIONS]/qt_help_ja.ts \
- $$[QT_INSTALL_TRANSLATIONS]/qt_help_pl.ts \
- $$[QT_INSTALL_TRANSLATIONS]/qt_help_ru.ts \
- $$[QT_INSTALL_TRANSLATIONS]/qt_help_zh_CN.ts \
- $$[QT_INSTALL_TRANSLATIONS]/qt_help_zh_TW.ts \
- $$[QT_INSTALL_TRANSLATIONS]/qt_help_da.ts
+TR_DIR = $$PWD/../../../translations
+TRANSLATIONS = \
+ $$TR_DIR/qt_help_da.ts \
+ $$TR_DIR/qt_help_de.ts
+ $$TR_DIR/qt_help_ja.ts \
+ $$TR_DIR/qt_help_pl.ts \
+ $$TR_DIR/qt_help_ru.ts \
+ $$TR_DIR/qt_help_zh_CN.ts \
+ $$TR_DIR/qt_help_zh_TW.ts
error("This is a dummy profile to be used for translations ONLY.")