Build webview in QT5.9.1

Asked 1 years ago, Updated 1 years ago, 75 views

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?

qt5

2022-09-30 21:27

1 Answers

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)


2022-09-30 21:27

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.