summaryrefslogtreecommitdiffstats
path: root/qtwebview.pro
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-06-13 17:48:07 -0700
committerJake Petroules <jake.petroules@qt.io>2016-07-06 17:07:33 +0000
commite3c07a766d5ffd7734b6f44341b755de1f9363d4 (patch)
treef154831155b0f2a37cf7a7e887fb1ff0388486f3 /qtwebview.pro
parent130487f3aad80037b60f6fbf4be08d5db5edca8a (diff)
Select macOS backend at runtime
This allows using the WKWebView or WebView backends of QtWebView via the QT_MAC_USE_NATIVE_WEBVIEW environment variable without having to rebuild the module with CONFIG+=osx_webview_experimental. Change-Id: I20b4406af2dadd90d2c2c81b896d20e4b57c9909 Reviewed-by: Christian Stromme <christian.stromme@qt.io>
Diffstat (limited to 'qtwebview.pro')
-rw-r--r--qtwebview.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtwebview.pro b/qtwebview.pro
index 0f09d1d..66de876 100644
--- a/qtwebview.pro
+++ b/qtwebview.pro
@@ -1,3 +1,3 @@
-requires(android|ios|winrt|osx_webview_experimental|qtHaveModule(webengine))
+requires(android|ios|winrt|qtHaveModule(webengine))
load(qt_parts)