Web engine not installing or downloading properly
-
wrote on 17 May 2024, 14:33 last edited by
Ok but how do I do that?
Also thank you very much for your time
-
By reading the documentation and following the instructions.
-
By reading the documentation and following the instructions.
wrote on 28 May 2024, 08:13 last edited by -
so I found this in the maintenance tool:
can you please explain it to me? Do I need to use MS visual studio if i want to use the webengine module on windows? and it won't work in Qt creator on windows?
@Aronox Yes, you need Microsoft compiler for Chromium.
-
You don't have to use Visual Studio at all. In fact you do not even have to install it - MS Build Tools is enough. QtCreator will detect MS compiler if you install either Visual Studio or Build Tools.
-
You don't have to use Visual Studio at all. In fact you do not even have to install it - MS Build Tools is enough. QtCreator will detect MS compiler if you install either Visual Studio or Build Tools.
-
Well, you also have to install Qt for Microsoft compiler
-
@jsulm Sorry I didn't get it 😅. I'm super new to this. is it this one?
but I have 6.7 installed not 6.7.1
@Aronox said in Web engine not installing or downloading properly:
is it this one?
Yes
"but I have 6.7 installed not 6.7.1" - why not upgrade to 6.7.1? But you should also have MSVC for 6.7.0.
-
wrote on 28 May 2024, 08:49 last edited by
@jsulm one more thing:
this is a screenshot of Qt installed on my friend's windows 11 machine. He has the module which is 6.5GB. Does it mean that for me, I cannot have the module with windows 10 but on windows 11 it is possible? my main problem is that webengine module is 0 bytes on my windows 10 machine.
again thank you very much, you don't know how long I have been trying to fix this.
-
@Aronox said in Web engine not installing or downloading properly:
is it this one?
Yes
"but I have 6.7 installed not 6.7.1" - why not upgrade to 6.7.1? But you should also have MSVC for 6.7.0.
-
I doubt it has anything to do with Windows version. If it shows 0 bytes then I guess the installation failed.
-
I doubt it has anything to do with Windows version. If it shows 0 bytes then I guess the installation failed.
wrote on 28 May 2024, 08:57 last edited by@jsulm I have tried deselecting (removing the component) and then reselect it after launching the maintenance tool. It stays at 0 bytes. Should I try by completely removing Qt and doing a reinstallation? And after I get the module installed, I still have to use MSVC instead of MinGW to build, right?
-
@jsulm I have tried deselecting (removing the component) and then reselect it after launching the maintenance tool. It stays at 0 bytes. Should I try by completely removing Qt and doing a reinstallation? And after I get the module installed, I still have to use MSVC instead of MinGW to build, right?
@Aronox said in Web engine not installing or downloading properly:
I still have to use MSVC instead of MinGW to build
If you want to use Qt Web Engine then yes.
You can try to uninstall everything and install again.
-
@Aronox said in Web engine not installing or downloading properly:
I still have to use MSVC instead of MinGW to build
If you want to use Qt Web Engine then yes.
You can try to uninstall everything and install again.
wrote on 5 Jun 2024, 14:29 last edited by@jsulm Hello !
Just wanted to update you that i got it working after installing MSVC. But now i have another problem.
The browser is freakingly slow,
but the same program on my mac has way better reasults:
so do you know anything about this? what do i need to optimize it?
-
Hi,
Are you using a debug or a release build ?
-
wrote on 8 Jun 2024, 07:39 last edited by
@Aronox
QWebEngine
is known to be particularly slow in Debug builds. Although I understand you are only interested in the difference in speed between the two, it would be interesting to see what that is on a Release build instead.