This tool creates a docker image with compiled Qt. Qt is compiled in VM (vagrant+vbox).
- It creates Vagrant (VBox) virtual machine (based on Ubuntu 16.04), installs deps and builds Qt mingw.
- It creates docker image with compiled Qt deployed into it.
- Install Docker, Vagrant and VirtualBox.
- Run
sudo ./build.sh
or use described steps from this script.