From 09222ab2cd57d2412ce6cbf9b32a6b1d88cd719a Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Wed, 12 Aug 2020 09:41:40 +0200 Subject: Check for ssl when compling qml tests Do not include certificate error qml test if no ssl. This change does some copy-paste but this will be handled in qt6. Change-Id: I8cc6d37074d78ca9f55333f479fb410ef927385d Reviewed-by: Allan Sandfeld Jensen --- tests/auto/quick/quick.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/auto/quick/quick.pro') diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro index 865ec718e..41ea5c4c1 100644 --- a/tests/auto/quick/quick.pro +++ b/tests/auto/quick/quick.pro @@ -18,5 +18,7 @@ qtConfig(webengine-testsupport) { qquickwebengineviewgraphics } +qtConfig(ssl): SUBDIRS += qmltests_ssl + # QTBUG-66055 boot2qt: SUBDIRS -= inspectorserver qquickwebengineview qmltests qmltests2 -- cgit v1.2.3