diff --git a/README.md b/README.md index 7d3e5fee..f825cc2e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -This repository provides a backport of the Qt 6.8.1 qtbase module, tailored for compatibility with Windows 7, 8 and 8.1. 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 repository provides a backport of the Qt 6.8.2 qtbase module, tailored for compatibility with Windows 7, 8 and 8.1. 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 this forum [thread](https://forum.qt.io/topic/133002/qt-creator-6-0-1-and-qt-6-2-2-running-on-windows-7/60) but offers significant enhancements, including important fallbacks to the default Qt 6 behavior when running on newer versions of Windows. You can compile it yourself using your preferred compiler and build options or can use our [compile_win.pl](https://github.com/crystalidea/qt-build-tools/tree/master/6.8.1) build script, which utilizes Visual C++ 2022 and includes OpenSSL 3.0.13 statically linked. Alternatively, you can download our [prebuild Qt dlls](https://github.com/crystalidea/qt6windows7/releases), which also include the Qt Designer binary for demonstration purposes. -**Qt 6.8.1 designer running on Windows 7**: +**Qt 6.8.2 designer running on Windows 7**: ![Qt Designer](designer.png) @@ -23,6 +23,7 @@ Many of other Qt 6 modules are known to work fine on Windows 7 without modificat ### Older versions: +- [Qt 6.8.1](https://github.com/crystalidea/qt6windows7/releases/tag/v6.8.1) - [Qt 6.8.0](https://github.com/crystalidea/qt6windows7/releases/tag/v6.8.0) - [Qt 6.7.2](https://github.com/crystalidea/qt6windows7/releases/tag/v6.7.2) - [Qt 6.6.3](https://github.com/crystalidea/qt6windows7/releases/tag/v6.6.3) diff --git a/designer.png b/designer.png index ddbd5f48..fbb4faf4 100644 Binary files a/designer.png and b/designer.png differ