From bef6cc644f176a69a85c68126bd0d7e50ab5757e Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Mon, 7 Jul 2014 17:26:27 +0200 Subject: Fix the build with recent qtbase Since 3cd70c11bc7bbe3c5e9e4972d2273cf51bbdc30e in qtbase Qt modules require cmake tests to be present which makes QtWebEngine fail with "Missing CMake tests." We do not support building with cmake at this point, so disable these tests by setting CMAKE_MODULE_TESTS to '-' for module pro files. Change-Id: I777e6b2c7ce975ad021281800987f9d3ce173399 Reviewed-by: Jocelyn Turcotte --- src/webenginewidgets/webenginewidgets.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/webenginewidgets') diff --git a/src/webenginewidgets/webenginewidgets.pro b/src/webenginewidgets/webenginewidgets.pro index 3134980d5..d130f7461 100644 --- a/src/webenginewidgets/webenginewidgets.pro +++ b/src/webenginewidgets/webenginewidgets.pro @@ -1,5 +1,7 @@ TARGET = QtWebEngineWidgets +CMAKE_MODULE_TESTS = "-" + # For our export macros DEFINES += QT_BUILD_WEBENGINEWIDGETS_LIB -- cgit v1.2.3