Unknown module(s) in QT: webkitwidgets
-
I just found the exe file! : ) lol
-
I just found the exe file! : ) lol
@Nite-Coder
hehe :)
it was in other location ?
So hopefully now it works! -
No... It was in the same location... I missed it...
-
It still doesn't work...
Though I updated to 5.11.1 and I checked it installed QWebEngine -
It still doesn't work...
Though I updated to 5.11.1 and I checked it installed QWebEngine@Nite-Coder
Ok but to talk it over
You had the webengine in the list and it installed ?Do you have the samples installed ?
-
I do have the examples
-
I do have the examples
@Nite-Coder
They also complain about
QT += webenginewidgets
or do they compile and run ? -
They compile and run and I don't know why
-
They compile and run and I don't know why
@Nite-Coder
well your project should too then. :)
try delete build folder again.
also any .user file to select the new Qt for the project.
It might remember the old version of Qt or have old files in build folder. -
Still doesn't work. I deleted the build folder and the .user file. Though... I might create a new project and try
-
Still doesn't work. I deleted the build folder and the .user file. Though... I might create a new project and try
@Nite-Coder
Good plan.
Since the sample works, there are high hopes :) -
Those high hopes are now dashed... Though your upvote is appreciated : )
-
Do you know if Chromium has to be installed? I know that it is based on Chromium
-
Do you know if Chromium has to be installed? I know that it is based on Chromium
@Nite-Coder
so new project didnt compile?
After adding
QT += webenginewidgets
did you run qmake from menu ? -
How do you qmake from the menu?
-
Hi
Its in build menu
-
It doesn't work still
-
It doesn't work still
@Nite-Coder
Ok. very odd.
What about copy all the files from the
Minimal example folder to a new folder and try that ? -
It does not work then.
-
It does not work then.
but if u just open sample project , it works ?
so it does work, but not when you try make project with it ?