summaryrefslogtreecommitdiffstats
path: root/examples/webview/minibrowser/minibrowser.pro
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 /examples/webview/minibrowser/minibrowser.pro
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 'examples/webview/minibrowser/minibrowser.pro')
-rw-r--r--examples/webview/minibrowser/minibrowser.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webview/minibrowser/minibrowser.pro b/examples/webview/minibrowser/minibrowser.pro
index 04fe228..266c996 100644
--- a/examples/webview/minibrowser/minibrowser.pro
+++ b/examples/webview/minibrowser/minibrowser.pro
@@ -9,7 +9,7 @@ RESOURCES += qml.qrc
EXAMPLE_FILES += doc
-osx:QMAKE_INFO_PLIST = macos/Info.plist
+macos:QMAKE_INFO_PLIST = macos/Info.plist
ios:QMAKE_INFO_PLIST = ios/Info.plist
target.path = $$[QT_INSTALL_EXAMPLES]/webview/minibrowser