Run your Qt 6 apps on Windows 7/8
Go to file
2024-11-19 13:57:04 +01:00
qtbase/src fixed compilation when using non-microsoft compiler 2024-11-19 13:57:04 +01:00
.editorconfig lf line endings 2024-07-01 12:48:35 +02:00
.gitattributes lf line endings 2024-07-01 12:48:35 +02:00
designer.png qt 6.8.0 support 2024-11-18 11:31:57 +01:00
README.md Update README.md 2024-11-18 13:56:33 +01:00

This repository provides a backport of the Qt 6.8.0 qtbase module, tailored for compatibility with Windows 7 and 8. It contains patched source files from the qtbase module, along with some additional required files. To apply the backport, simply copy the contents of the src folder into your qtbase/src directory, replacing the existing files.

This approach builds upon the methodology discussed in forum thread but offers significant enhancements, including important fallbacks to the default Qt 6 behavior when running on newer versions of Windows.

You have two options for compiling Qt:

  • Compile it yourself using your preferred compiler and build options.
  • Use our compile_win.pl build script, which utilizes Visual C++ 2022 and includes OpenSSL 3.0.13 statically linked.

Alternatively, you can download our prebuild Qt dlls, which also include the Qt Designer binary for demonstration purposes.

Qt 6.8.0 designer running on Windows 7:

Qt Designer

Other modules:

Many of other Qt 6 modules are known to work fine on Windows 7 without modifications when compiled with patched qtbase. Verified modules:

  • qt5compat
  • qtimageformats
  • qttools
  • ... please let me know which work and which don't !

Known issues:

  • QRhi using DirectX 11/12 is not ported

Older versions:

License

The repository shares Qt Community Edition terms which imply Open-Source terms and conditions (GPL and LGPL).