docker-mingw-arch icon indicating copy to clipboard operation
docker-mingw-arch copied to clipboard

[Feature request] Allow static builds

Open doragasu opened this issue 4 years ago • 1 comments

This is awesome, thanks for the work creating this Docker image.

Could you please add also support for static builds? For projects compatible with LGPL, having the option to build binaries statically is great. I do it regularly in my Arch machine, and IIRC the only thing I had to install was mingw-w64-qt5-base-static, then add to the .pro file:

CONFIG+=static
CONFIG+=no_smart_library_merge
QTPLUGIN+=qwindows

doragasu avatar Jan 08 '22 18:01 doragasu

Yes, I guess I could add an all-static version of the image

mdimura avatar Jan 12 '22 20:01 mdimura