From 1cb3e7271f0ce29647da5eda1e8ff3e5cf4e7abd Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Mon, 2 Sep 2019 16:08:01 +0200 Subject: Unify error reporting for configure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move last two tests (submodule and nowhitespace) to configure system and unify error reporting. Now all error messages come from one single place qtwebengine_checkErrors(). This function is used by configure system reporting and by make call. Remove duplicated strings. Add extra messages when module is not going to be built. Change-Id: Ib373facd58135325495aad52b6e600ec9a61f31f Reviewed-by: Jörg Bornemann Reviewed-by: Joerg Bornemann --- qtwebengine.pro | 4 ---- 1 file changed, 4 deletions(-) (limited to 'qtwebengine.pro') diff --git a/qtwebengine.pro b/qtwebengine.pro index dae059a40..fc303a453 100644 --- a/qtwebengine.pro +++ b/qtwebengine.pro @@ -12,7 +12,3 @@ OTHER_FILES = \ config.tests/snappy/* \ config.tests/re2/* \ mkspecs/features/* - -!isWebEngineCoreBuild():!isEmpty(skipBuildReason):!build_pass { - log(QtWebEngine will not be built. $${skipBuildReason} $${EOL}) -} -- cgit v1.2.1