summaryrefslogtreecommitdiffstats
path: root/examples/webview/minibrowser/minibrowser.pro
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-06-13 09:01:49 -0700
committerJake Petroules <jake.petroules@qt.io>2016-06-22 01:11:23 +0000
commit130487f3aad80037b60f6fbf4be08d5db5edca8a (patch)
treec0e2492504e190fa1aa27fbd29750ae898de3bc9 /examples/webview/minibrowser/minibrowser.pro
parenta41750ee14febc8fbc11bcb806f631a2657b6249 (diff)
Add a WKWebView backend.
This replaces the WebView and UIWebView backends for macOS 10.10 and iOS 8.0 and above. Task-number: QTBUG-48996 Change-Id: Ief1e369365b3324f747973da1d72c862aa204626 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@theqtcompany.com> Reviewed-by: Christian Stromme <christian.stromme@qt.io>
Diffstat (limited to 'examples/webview/minibrowser/minibrowser.pro')
-rw-r--r--examples/webview/minibrowser/minibrowser.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/webview/minibrowser/minibrowser.pro b/examples/webview/minibrowser/minibrowser.pro
index 4460e6a..04fe228 100644
--- a/examples/webview/minibrowser/minibrowser.pro
+++ b/examples/webview/minibrowser/minibrowser.pro
@@ -9,6 +9,7 @@ RESOURCES += qml.qrc
EXAMPLE_FILES += doc
+osx:QMAKE_INFO_PLIST = macos/Info.plist
ios:QMAKE_INFO_PLIST = ios/Info.plist
target.path = $$[QT_INSTALL_EXAMPLES]/webview/minibrowser