Which Qt version is required for Win10/Win7
-
wrote on 8 Apr 2025, 07:41 last edited by
I want to create Qt project (32bit) with Visual Studio 2022. The target systems are Win10 as well as Win7.
Which Qt version does this support or do I have to use?
Can I use the latest Qt 6.xx version? -
I want to create Qt project (32bit) with Visual Studio 2022. The target systems are Win10 as well as Win7.
Which Qt version does this support or do I have to use?
Can I use the latest Qt 6.xx version?@JoSchn Accordinig to https://doc.qt.io/qt-5/windows.html last Qt version which supports 32bit Windows is 5.15
I'm wondering why you need 32bit in 2025? -
wrote on 8 Apr 2025, 09:08 last edited by
OK, you mean 5.15 supports 32bit Windows System.
I missed to write, that the target Win10 and Win7 system are both 64bit Windows.
I have to compile the Qt project in 32bit, because of other dependencies, and run it on 64bit target systems.
Which Qt version can be used in this case? -
-
OK, you mean 5.15 supports 32bit Windows System.
I missed to write, that the target Win10 and Win7 system are both 64bit Windows.
I have to compile the Qt project in 32bit, because of other dependencies, and run it on 64bit target systems.
Which Qt version can be used in this case?@JoSchn If you go to https://doc.qt.io/qt-6/windows.html you will see that Qt6 does not support 32bit, doesn't matter whether the app is running on Windows 64bit or 32bit...
-
Lifetime Qt Championwrote on 8 Apr 2025, 14:50 last edited by Christian Ehrlicher 4 Sept 2025, 07:59
I would guess Qt6.x compiles fine with 32bits but it's not tested in the CI so officially unsupported.
6/6