From 562c0725807904c010ecab181bf4f06118aefb9e Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Mon, 22 Feb 2016 09:20:52 +0100 Subject: Copy resources also for non-developer non-prefix builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8a31a83c996761e3997e5efa44aeaad04f24375f Reviewed-by: Michael BrĂ¼ning --- src/core/core_module.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/core/core_module.pro b/src/core/core_module.pro index bed5b2905..d489892fd 100644 --- a/src/core/core_module.pro +++ b/src/core/core_module.pro @@ -76,9 +76,9 @@ icu.files = $$OUT_PWD/$$getConfigDir()/icudtl.dat INSTALLS += icu locales resources } - !contains(QT_CONFIG, qt_framework): contains(QT_CONFIG, private_tests) { + !contains(QT_CONFIG, qt_framework):!force_independent { # - # Copy essential files to the qtbase build directory (for non-installed developer builds) + # Copy essential files to the qtbase build directory for non-prefix builds # icudt2build.input = icu.files -- cgit v1.2.3