I built Qt 5.15.7 myself for Windows ARM64 using a patch.
I have this crash when the QGuiApplication object is getting initialized under Windows, ARM64, using Visual Studio 2022.
Do you have any advice on how this could be fixed?
CodePudding user response:
In the end I turned to using Qt 6.3.1 instead, which solved this crash for Windows ARM64.
(Thanks god I am using CMake Conan so I have the ability to easily use different Qt version for Windows(10-11) Arm64 and Windows(7-8-10-11) x86/x64.)