Unknown module(s) in QT: webkitwidgets
-
@Nite-Coder
ok so we know u 100% have
QT += webenginewidgetsI wonder if its installed ?
It has to be selected during install if not whole group was selected.
If you used the online installer, you can use
MaintenanceTool.exe in Qt folder. -
Okay, I have the Maintenance Tool. But it is a .dat file. Do I have to run a chmod command to get it running? And what would the chmod command be. Thanks for upvoting me mrjj!
-
@Nite-Coder
Hmm. I just releasize you are on linux. :)
Did you use online installer or got Qt via distro ?update:
should be something like
-
I used the online installer after using the distro's repositories. Would that affect anything?
Edit: I got the .dat and .ini -
@Nite-Coder
So you dont have the ".exe" ? -
No I don't...
-
@Nite-Coder
https://forum.qt.io/topic/80874/why-can-t-i-find-maintenance-tool-in-qt5-for-ubuntu-16-04-lts
Im not 100% sure but i think easy route to install extra Qt version from
online to get the tool. ( and install in local user folder, NOT system wide folder )
If wonder if we can just copy exe. but i fear .dat is not updated. -
@mrjj
What is the local user folder?
And...
So you want me to install Qt again with the online installI just managed to copy the .dat file so I could rename it o .exe. It opened up an archive manager and displayed an error message saying it couldn't open the file as a PE archive
-
@Nite-Coder
well just in our home folder.
Not in /opt or anywhere rest of system might look for so files etc.
(just to be safe. not sure it matters)Well it seems to be suggested that.
Else wait a few hours and maybe someone know how to apt-get it directly or
something faster.
we could also just try to copy my version and see but im not sure it has its right ini file and dat file then.
maybe you can apt-get webengine directly, but im not sure under which name/deb file.the .dat file is NOT the exe. :)
-
Thanks for the help mrjj! I upvoted you on every post : ) (Thanks for the upvote!) I think I'll wait. The apt-get method seems to be the best idea. But I'll try installing it again.
-
@Nite-Coder
I agree. Its pretty normal to use distro Qt and for say unity i think it was
also needed for integration. So i assume there is some other way. -
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 -
@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
-
@Nite-Coder
They also complain about
QT += webenginewidgets
or do they compile and run ? -
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.