WebEngine not working for me
-
I am trying to make a complicated web browser for people to use completely free, but when I do
QT += webenginewidgets
or any other webengine stuff, it just gives me the error
Project ERROR: Unknown module(s) in QT: webenginewidgets
please help me fix this!
-
You probably forget to install the module. You can install it using the "Qt maintenance tool".
-
and yes, I did install webengine during the QT installation, and I am on 5.9, but had the same problem on 5.8
-
What's your MSVC version?
-
what is that? I am sorry, but I am new to QT. also, I can only post every 5 minutes.
-
I assume you're on Microsoft Windows. Which version of Microsoft Visual C++ do you use as your compiler? Or did you install Qt with the MinGW compiler?
-
MinGW, and can you please set up a chat with me so I don't have to wait every 5 minuets?
-
so far, I have installed MSVC 2015, and put it into a kit. I still get the error "Project ERROR: Unknown module(s) in QT: webenginewidgets"