summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--translations/translations.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/translations/translations.pro b/translations/translations.pro
index 260f900..e78d9c9 100644
--- a/translations/translations.pro
+++ b/translations/translations.pro
@@ -122,6 +122,7 @@ TRANSLATIONS = $$files(*.ts)
translations.path = $$[QT_INSTALL_TRANSLATIONS]
translations.files = $$TRANSLATIONS
translations.files ~= s,\\.ts$,.qm,g
+translations.files ~= s,^$$re_escape($$OUT_PWD),,g
translations.files ~= s,^,$$MODULE_BASE_OUTDIR/translations/,g
translations.CONFIG += no_check_exist
INSTALLS += translations