I'd like to try the webiview of the QT5.9.1 sample.
When I built webview.pro, it ended blank.
Building minibrowser.pro
Unknow module(s) in QT:webview
failed to build with the build.
I'm in trouble because I can't try the sample.
How can I move this sample?
Desktop Qt 5.9.1 MinGW 32-bit
, so I expect it to be for Windows.
For the Windows version, I think WebView is not supported for the MinGW version.(Because the QtWebEngine underlying is not supported)
That's why I think there's a question error.
# The error message means that the module webview
described in minibrowser.pro
is not found when qmake is executed.
With Windows, I think I can compile and run Qt MSVC 2013 or MSVC 2015.
(This requires at least Visual Studio Community)
© 2024 OneMinuteCode. All rights reserved.