Qt Static Build Environment for MinGW 5.0.1/GCC 6.3.0 (LibreSSL + libjpeg-turbo)
2.8K
This Qt Static Build Environment works with 32-Bit and 64-Bit MinGW. Default is set to 32-Bit.
You can change which Qt to use with QT_SELECT environment variable or with -qt= argument.
export QT_SELECT=qt5-x86_64-w64-mingw32
export QT_SELECT=qt5-i686-w64-mingw32
qmake -qt=qt5-x86_64-w64-mingw32
qmake -qt=qt5-i686-w64-mingw32
You can install packages in the container with: apt-get update && apt-get install package
Linux Distribution is Debian Stretch
Note: Use qmake-static when you want to build libgcc* and libstdc++ inside the executable aswell.
Content type
Image
Digest
Size
353.7 MB
Last updated
over 6 years ago
docker pull syping/qt5-static-mingw