From 5ae76bbcf5b59b12a03d0f017aab9139609f16f6 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 14 Dec 2017 16:39:54 +0200 Subject: Upgrade to Qt 5.10.0 Signed-off-by: Martin Jansa --- ...ests-make-accessibility-tests-conditional.patch | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 recipes-qt/qt5/qtwebengine/0005-tests-make-accessibility-tests-conditional.patch (limited to 'recipes-qt/qt5/qtwebengine/0005-tests-make-accessibility-tests-conditional.patch') diff --git a/recipes-qt/qt5/qtwebengine/0005-tests-make-accessibility-tests-conditional.patch b/recipes-qt/qt5/qtwebengine/0005-tests-make-accessibility-tests-conditional.patch deleted file mode 100644 index 8b82010c..00000000 --- a/recipes-qt/qt5/qtwebengine/0005-tests-make-accessibility-tests-conditional.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 006f08373cbaa8485311f491ab8e67433c0e9ad6 Mon Sep 17 00:00:00 2001 -From: Daniel Mack -Date: Tue, 24 Oct 2017 15:46:19 +0200 -Subject: [PATCH] tests: make accessibility tests conditional - -Only test the accessibility functions if accessibility was enabled in the Qt -config. ---- - tests/auto/widgets/widgets.pro | 5 ++++- - 1 file changed, 4 insertions(+), 1 deletion(-) - -diff --git a/tests/auto/widgets/widgets.pro b/tests/auto/widgets/widgets.pro -index 441eea0f..7bab18f0 100644 ---- a/tests/auto/widgets/widgets.pro -+++ b/tests/auto/widgets/widgets.pro -@@ -1,7 +1,6 @@ - TEMPLATE = subdirs - - SUBDIRS += \ -- qwebengineaccessibility \ - qwebenginedefaultsurfaceformat \ - qwebenginedownloads \ - qwebenginefaviconmanager \ -@@ -14,6 +13,10 @@ SUBDIRS += \ - qwebenginesettings \ - qwebengineview - -+qtConfig(accessibility) { -+ SUBDIRS += qwebengineaccessibility -+} -+ - contains(WEBENGINE_CONFIG, use_spellchecker):!cross_compile { - !contains(WEBENGINE_CONFIG, use_native_spellchecker) { - SUBDIRS += qwebenginespellcheck --- -2.13.6 - -- cgit v1.2.3-54-g00ecf