-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
5.11.0
-
None
-
Windows 10 64 bit.
What I did before installing Qt 5.11.0:
* Uninstall Qt 5.10.0
* Install Visual Studio 2017 Community with Windows sdk 10
What I did after installing Qt 5.11.0:
* Add a path variable to C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.14.26428\bin\Hostx86\x86 where there is cl.exe (Because I had an error when I tried to use qmake, it said me: "Cannot run compiler 'cl'. Output: ... Maybe you forgot to setup the environment ?")
* Add manually a variable into environnement variable named: WIndowsSDKVersion with value 10.0.17134
Windows 10 64 bit. What I did before installing Qt 5.11.0: * Uninstall Qt 5.10.0 * Install Visual Studio 2017 Community with Windows sdk 10 What I did after installing Qt 5.11.0: * Add a path variable to C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.14.26428\bin\Hostx86\x86 where there is cl.exe (Because I had an error when I tried to use qmake, it said me: "Cannot run compiler 'cl'. Output: ... Maybe you forgot to setup the environment ?") * Add manually a variable into environnement variable named: WIndowsSDKVersion with value 10.0.17134
I have lots of problems to try compiling Qt webengine to include proprietary codecs (I am on this problem for 4 days). After some searches on Internet, I found this: https://stackoverflow.com/a/41808880/7878301
After going to %QT_SOURCES_DIR%\qtwebengine and making a qmake in this folder (with Qt 5.11.0 64 bits for Desktop (MSVC 2017)) , I encountered a first problem :
Needs Windows SDK version 10.0.1xxx or higher.
So I set manually the WindowsSDKVersion to 10.0.17134 on my environnement variable (I have installed VIsual Studio 2017 Community with windows 10 sdk and this environnement variable is not set)
After that I have an other problem where it says:
Needs Visual Studio 2017 or higher.
After this, I don't know what to do, for me it appears to be a bug because I installed Visual Studio 2017 before Qt 5.11.0 and it seems it is not working properly