Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.8.0, 5.9.0 Beta 3, 5.9.1
-
None
-
* Visual Studio 2015 Update 3
* Windows 10 15063.296
* Qt 5.8.0 Open Source
Description
I'm trying to compile a UWP app using Qt 5.8, and it seems that after running windeployqt.exe on it, all the modules are installed correctly, except for the contents of qml/QtWebView. This leads to the compilation failing due the the QtWebView/qmldir file not being found. Looking at the sources of windeployqt.exe at http://code.qt.io/cgit/qt/qttools.git/tree/src/windeployqt/main.cpp?h=5.8#n159, I see that for example the webchannel module is there, but not the webview module. This matches what I'm seeing when running windeployqt, because the QtWebChannel folder is copied to the output folder, but the QtWebView folder isn't. For what it is worth, Qt 5.9 seems to have the same issue.
Attachments
Issue Links
- is duplicated by
-
QTBUG-61957 windeployqt.exe does not deploy QtWebEngine QML plugins
-
- Closed
-
- relates to
-
QTBUG-57284 Using windeployqt does not deploy WebEnginePlugin, required for QML WebView component
-
- Closed
-