appveyor / ci

AppVeyor community support repository
https://www.appveyor.com
344 stars 65 forks source link

[Qt 5.11.1 32 bits] QtWebEngine not found in MSVC 2017 worker #2607

Open Nelson-numerical-software opened 6 years ago

Nelson-numerical-software commented 6 years ago

see here: https://ci.appveyor.com/project/Nelson-numerical-software/nelson/build/0.2.8.1311

x64 OK QtWebEngine found x86 KO QtWebEngine not found "c:\build_chain\nelson\tools\innosetup../../bin\win32\Qt5WebEngine.dll" does not exist. https://ci.appveyor.com/project/Nelson-numerical-software/nelson/build/0.2.8.1311/job/7nr3brp8he0od8ph

It seems that #2599 was not applied to x86 Qt install

FeodorFitsner commented 6 years ago

I'm not sure what's going on, but we are unable to install QtWebEngine components for - look at the following screenshot. It appears to be installed (I'm running maintenance tool with --show-virtual-components switch), but the size is 0.

image

Googling yields some similar reports about "broken" QtWebEngine in Qt 5.11.1:

QtWebEngine wasn't broken with the latest update, in fact, but it wasn't there from the first 5.11.1 install. This is the list of files on Previous Visual Studio 2017 image: https://ci.appveyor.com/project/appveyor-tests/qt-tests#L227

Is there any suggestion/workaround you know about?

Nelson-numerical-software commented 6 years ago

Hi,

I also installed Qt 5.11.1 32 bits and I confirm that Qt5WebEngine is no more available on 32 bits. But it is available on x64.

It is not an appveyor bug but a Qt problem.

Thanks for your support