qt6windows7/README.md

39 lines
2.0 KiB
Markdown
Raw Normal View History

2024-11-18 18:31:57 +08:00
This is Qt 6.8.0 **qtbase module** backport that runs on Windows 7/8. The repository contains patched source files from the qtbase module.
2024-06-24 18:20:36 +08:00
Approach is based on 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 better: many improvements amongst important fallbacks to default Qt 6 behaviour when running on newer Windows.
2024-06-30 20:01:00 +08:00
- After replacing qtbase source files with the patched ones from this repository, you can compile Qt yourself using compiler and build options you need.
2024-11-18 18:31:57 +08:00
- You can use our [compile_win.pl](https://github.com/crystalidea/qt-build-tools/tree/master/6.8.0) build script (uses Visual C++ 2022 with OpenSSL 3.0.13 statically linked)
2024-06-30 20:01:00 +08:00
- You can download our [prebuild Qt dlls](https://github.com/crystalidea/qt6windows7/releases) which also have Qt Designer binary for demonstration
2024-06-29 20:33:28 +08:00
2024-11-18 18:31:57 +08:00
**Qt 6.8.0 designer running on Windows 7**:
2024-06-29 20:33:28 +08:00
2024-11-12 22:59:00 +08:00
![Qt Designer](designer.png)
2024-06-24 18:20:36 +08:00
2024-11-18 18:38:58 +08:00
**Other modules**:
Many of other modules should also work on Windows 7 without modifications, e.g.
- qt5compat
- qtimageformats
- qttools
- ... please let me know which work and which don't !
2024-06-24 18:20:36 +08:00
### Known issues:
- QRhi using DirectX 11/12 is not ported
2024-06-29 20:33:28 +08:00
### Older versions:
2024-06-24 18:20:36 +08:00
2024-11-18 18:31:57 +08:00
- [Qt 6.7.3](https://github.com/crystalidea/qt6windows7/releases/tag/v6.7.3)
- [Qt 6.7.2](https://github.com/crystalidea/qt6windows7/releases/tag/v6.7.2)
2024-06-29 20:33:28 +08:00
- [Qt 6.6.3](https://github.com/crystalidea/qt6windows7/releases/tag/v6.6.3)
- [Qt 6.6.2](https://github.com/crystalidea/qt6windows7/releases/tag/v6.6.2)
- [Qt 6.6.1](https://github.com/crystalidea/qt6windows7/releases/tag/v6.6.1)
- [Qt 6.6.0](https://github.com/crystalidea/qt6windows7/releases/tag/v6.6.0)
- [Qt 6.5.3](https://github.com/crystalidea/qt6windows7/releases/tag/6.5.3-win7)
- [Qt 6.5.1](https://github.com/crystalidea/qt6windows7/releases/tag/6.5.1-win7)
2024-06-24 18:20:36 +08:00
### License
2024-06-29 20:33:28 +08:00
The repository shares Qt Community Edition terms which imply [Open-Source terms and conditions (GPL and LGPL)](https://www.qt.io/licensing/open-source-lgpl-obligations?hsLang=en).