summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-12-07 15:15:46 -0800
committerJake Petroules <jake.petroules@qt.io>2017-01-11 21:55:58 +0000
commit2ef67e395211a7742fc4400cc10ce9eeecc3c185 (patch)
treee2d0a6b35c3a52f6c3eaf57bb666e80fd981b2e4 /tests/auto
parentd432d42dd1cc2d5adac5fd2e7e5a55b7fbb4304d (diff)
Remove WebView and UIWebView backends
Our minimum deployment target is now macOS 10.10 and iOS 8.0 in Qt 5.9, so the WKWebView backend will always be used instead. Change-Id: Ifd24948954cc273fee458c212b1801dc4a5aca45 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qml/tests.pri2
-rw-r--r--tests/auto/webview/qwebview/qwebview.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qml/tests.pri b/tests/auto/qml/tests.pri
index e23f416..627a7f0 100644
--- a/tests/auto/qml/tests.pri
+++ b/tests/auto/qml/tests.pri
@@ -13,7 +13,7 @@ INCLUDEPATH += \
QT += testlib network quick webview-private
-osx: CONFIG -= app_bundle
+macos: CONFIG -= app_bundle
DISTFILES += \
$$PWD/qquickwebview/dummy.qml
diff --git a/tests/auto/webview/qwebview/qwebview.pro b/tests/auto/webview/qwebview/qwebview.pro
index a9f1aa8..168b6ab 100644
--- a/tests/auto/webview/qwebview/qwebview.pro
+++ b/tests/auto/webview/qwebview/qwebview.pro
@@ -1,6 +1,6 @@
CONFIG += testcase parallel_test
TARGET = tst_qwebview
-osx:CONFIG -= app_bundle
+macos:CONFIG -= app_bundle
!qtHaveModule(quick) {
DEFINES += QT_NO_QQUICKWEBVIEW_TESTS