summaryrefslogtreecommitdiffstats
path: root/qtwebview.pro
diff options
context:
space:
mode:
authorChristian Stromme <christian.stromme@qt.io>2017-10-13 22:31:58 +0200
committerChristian Stromme <christian.stromme@qt.io>2018-01-26 22:38:07 +0000
commitd037c87d94666f94faf2c6fbb0f5d11107496de4 (patch)
tree2c03a9b6a8004c2455ec32c8a518543d15cd60a8 /qtwebview.pro
parent71be1de8162f38fc544605743a0169e10a19dc39 (diff)
Make QtWebView plugin based
This removes the hard build dependency to QtWebEngine, which opens up the possibility for QtWebEngine, or others, to provide their own plugin. Another benefit of having the backends loaded at run-time, is that we can provide an alternative for developers that wants to publish their application in the App Store, where shipping QtWebEngine isn't an option, due to store policies, and where we already have an alternative/experimental backend that can be used. [ChangeLog][WebView] QtWebView will now load its backends at run-time. Task-number: QTBUG-63137 Change-Id: I581940fe4c3b5e6bb41896367d3163ac8bc7b6b9 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'qtwebview.pro')
-rw-r--r--qtwebview.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/qtwebview.pro b/qtwebview.pro
index 66de876..58c33f2 100644
--- a/qtwebview.pro
+++ b/qtwebview.pro
@@ -1,3 +1 @@
-requires(android|ios|winrt|qtHaveModule(webengine))
-
load(qt_parts)