summaryrefslogtreecommitdiffstats
path: root/examples/webview/minibrowser/minibrowser.pro
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@theqtcompany.com>2016-02-24 18:56:14 +0100
committerChristian Stromme <christian.stromme@theqtcompany.com>2016-03-04 10:35:30 +0000
commit1f91d5c472dee19ec8c8eb2cf9f8a1375ab45a48 (patch)
tree6c1263af3fee91cde530c94da19f14e3ff8f7533 /examples/webview/minibrowser/minibrowser.pro
parentf014893e2d19ae51c2f9138ab66eccf7684000ee (diff)
iOS: Add custom plist which disables ATS for the minibrowser.
Disabling App Transport Security is necessary if we want to load non-https urls, e.g., qt.io. Change-Id: Ib4ed55c2787968946f35700f521f8a81e96d1443 Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
Diffstat (limited to 'examples/webview/minibrowser/minibrowser.pro')
-rw-r--r--examples/webview/minibrowser/minibrowser.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/webview/minibrowser/minibrowser.pro b/examples/webview/minibrowser/minibrowser.pro
index 827e87b..be7a348 100644
--- a/examples/webview/minibrowser/minibrowser.pro
+++ b/examples/webview/minibrowser/minibrowser.pro
@@ -11,5 +11,7 @@ RESOURCES += qml.qrc
EXAMPLE_FILES += doc
+ios:QMAKE_INFO_PLIST = ios/Info.plist
+
target.path = $$[QT_INSTALL_EXAMPLES]/webview/minibrowser
INSTALLS += target