Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
I'm building Qt5.7.1 on Windows 7 with Visual Studio 2013. All modules I need are built, but not WebEngine. It's just missing. No errors. I didn't skip it.
How can I build WebEngine?
Thank you.
It seems that Qt5WebEngine.dll depends on Qt5WebChannel.dll. I skipped most modules, so that's probably the cause.
Is there any way to know about such dependencies before building?
Hi,
You can take a look at the .gitmodules files in the qt5 repository.
.gitmodules
@SGaist Ahh thank you, that should help.