From eedfd806debaa8a27dbe4c50362e2a63526a2e98 Mon Sep 17 00:00:00 2001 From: Iikka Eklund Date: Mon, 6 Feb 2017 12:31:22 +0200 Subject: [PATCH] Do not try to compile if the QtWebEngine is missing The Qt Web Browser is now part of Automotive super repository (tqtc-boot2qt/b2qt-super) and also part of the Automotive releases. We don't want to make the qtwebbrowser to fail b2qt-super integration in Coin/CI if some platform configuration does not support qtwebengine. We just want it to ignore that specific build. Change-Id: Ifc0b85e2e8617f7c6bbd6e6a1a5d6282cb8de75f Reviewed-by: Kai Koehne --- qtwebbrowser.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qtwebbrowser.pro b/qtwebbrowser.pro index 61ab909..2bce66e 100644 --- a/qtwebbrowser.pro +++ b/qtwebbrowser.pro @@ -1,6 +1,8 @@ TEMPLATE = subdirs SUBDIRS = src +requires(qtHaveModule(webengine)) + QTWEBBROWSER_VERSION = 1.0.0 QTWEBBROWSER_VERSION_TAG = 100 -- 2.39.2