Skip to content

Instantly share code, notes, and snippets.

View kf1375's full-sized avatar

Kazem Firouzmandi kf1375

View GitHub Profile
@kf1375
kf1375 / Dockerfile
Created May 23, 2026 09:06
Cross-compile Qt6 for Windows from Linux using Docker and Wine
# =============================================================================
# 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)