[Interest] How do I get a basic Qt project with an embedded webview compiling in windows?
Raj Sekharan
flarecore at gmail.com
Sat Feb 11 15:38:06 CET 2023
Hi,
I am trying to create a basic desktop application Qt for Windows. I created
a Qt widgets project in Qt creator and added
I made sure to choose a non-mingw compiler as shown below:
[image: image.png]
I added `webengine` to my .pro file in the appropriate statement like so:
QT += core gui webengine
When I try to compile I get this:
:-1: error: Project ERROR: Unknown module(s) in QT: webengine
I've already searched online to see if there are instructions to get
webengine compiling in Windows but I couldn't find anything. Please help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20230211/d1c21a5b/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 32690 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20230211/d1c21a5b/attachment.png>
More information about the Interest
mailing list