Update Qt and libraries

This commit is contained in:
Syping 2020-11-21 17:47:28 +01:00
parent c83067b134
commit 2172e1ba6f
4 changed files with 19 additions and 16 deletions

3
docker_build Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
docker build -t qt-llvm-mingw-docker:shared -f Dockerfile.shared .
docker build -t qt-llvm-mingw-docker:static -f Dockerfile.static .