From e29f450d7359c9390165268db8d9c6667c96ed96 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Thu, 5 Sep 2019 08:55:38 +0200 Subject: Clean up platform tests Make it a private feature so test is not run twice. The better solution would be to split the platform test into separate tests in configure, but it looks like a lot of boring typing and would result in bunch on private features. Instead run test only on configure step and in case of fail just export the error, so it is reported during configure and make calls. Change-Id: Ice1188631a53fe739569de3e303533b18342941a Reviewed-by: Joerg Bornemann --- mkspecs/features/functions.prf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs/features/functions.prf') diff --git a/mkspecs/features/functions.prf b/mkspecs/features/functions.prf index a67aba883..512e2523b 100644 --- a/mkspecs/features/functions.prf +++ b/mkspecs/features/functions.prf @@ -1,4 +1,4 @@ -include($$QTWEBENGINE_ROOT/src/buildtools/config/platform.pri) +include($$QTWEBENGINE_ROOT/src/buildtools/config/support.pri) defineReplace(getConfigDir) { CONFIG(release, debug|release):return("release") -- cgit v1.2.3