From 42685cfbb66cb235a5132277b8cd372aeac70463 Mon Sep 17 00:00:00 2001 From: sawinglogz <3787776-sawinglogz@users.noreply.gitlab.com> Date: Mon, 19 Aug 2019 17:00:31 -0400 Subject: [PATCH] Only copy current .qm files during build, rather than everything in the temporary directory. --- oscar/oscar.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oscar/oscar.pro b/oscar/oscar.pro index 2d9ee42f..4a679b20 100644 --- a/oscar/oscar.pro +++ b/oscar/oscar.pro @@ -171,7 +171,7 @@ macx { # QtTransFiles.path = Contents/translations # QMAKE_BUNDLE_DATA += QtTransFiles - TransFiles.files = $$files($$PWD/translations/*.qm) + TransFiles.files = $${TRANSLATIONS_FILES} TransFiles.path = Contents/Resources/translations QMAKE_BUNDLE_DATA += TransFiles @@ -186,7 +186,7 @@ macx { DDIR = $$OUT_PWD/Translations HTMLDIR = $$OUT_PWD/Html - TRANS_FILES = $$PWD/translations/*.qm + TRANS_FILES = $${TRANSLATIONS_FILES} win32 { TRANS_FILES_WIN = $${TRANS_FILES}