From d037c87d94666f94faf2c6fbb0f5d11107496de4 Mon Sep 17 00:00:00 2001 From: Christian Stromme Date: Fri, 13 Oct 2017 22:31:58 +0200 Subject: 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 --- qtwebview.pro | 2 -- 1 file changed, 2 deletions(-) (limited to 'qtwebview.pro') 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) -- cgit v1.2.3