Customized version of Qt 6.
- Support Windows Vista RTM (Build 6000) with Yuhang Zhao's patch.
- Use VC-LTL 5.x toolchain to make the binary size smaller.
- Use YY-Thunks toolchain to achieve the Windows Vista RTM (Build 6000) support.
- Use qtbase patch 507057 for solving Qt Widgets margin issue in Windows.
Please set the YYTHUNKS_INSTALL_DIR environment variable the to path of the latest YY-Thunks binaries without double quotation mark before compile x86 and x64 targets of Mile.Qt.
After set the environment variable, run onekey-build-*.bat which you want.
Here is the simple command line example in Command Prompt:
set YYTHUNKS_INSTALL_DIR=D:\Tools\YY-Thunks
onekey-build-x64.bat
- Supported OS: Windows Vista RTM (Build 6000) or later
- Supported Platforms: x86, x86-64(AMD64) and ARM64.
Note: This list sort in alphabetical order.
- Kenji Mouri, https://github.com/MouriNaruto
- Yuhang Zhao, https://github.com/wangwenx190