From 9d1a77b5be56a6a1dade613573eaeea63070969f Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Wed, 4 Mar 2015 12:39:29 +0100 Subject: Enable building Qt WebEngine without accessiblity enabled. This adds guards that for QT_NO_ACCESSIBILITY being not defined around the code that uses accessibility types. It disables the quicknanobrowser and quicktestbrowser examples which need Qt QuickControls, which has a hard dependency to accessibility being enabled. Backport of d95b9295c970401939d2779cbdc9e2a8c7965277 from 5.5 Change-Id: I2a2a0a6196fcb3baa39603d9c929183b454f39ed Reviewed-by: Andras Becsi --- examples/webengine/quicknanobrowser/quicknanobrowser.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/webengine/quicknanobrowser/quicknanobrowser.pro b/examples/webengine/quicknanobrowser/quicknanobrowser.pro index 3628b817e..a8e57b0a4 100644 --- a/examples/webengine/quicknanobrowser/quicknanobrowser.pro +++ b/examples/webengine/quicknanobrowser/quicknanobrowser.pro @@ -1,3 +1,5 @@ +requires(contains(QT_CONFIG, accessibility)) + TEMPLATE = app TARGET = quicknanobrowser -- cgit v1.2.3