This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ============================================================================= | |
| # Qt6 Windows Cross-Compilation Builder Image | |
| # | |
| # Builds a Docker image that can cross-compile Qt6 applications for Windows | |
| # from a Linux host, using MinGW + Wine + aqtinstall. | |
| # | |
| # Includes: | |
| # - Qt6 for Windows (MinGW 64-bit) via aqtinstall | |
| # - MinGW GCC 13 toolchain | |
| # - Wine (to run Windows Qt tools: moc, uic, rcc, windeployqt) |