We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Install Docker: https://desktop.docker.com/win/main/amd64/Docker%20Desktop%20Installer.exe
Share the drive containing your GOPATH with docker
Pull the target image
docker pull therecipe/qt:windows_32_static
qtdeploy -docker build windows_32_static
You should find your deployed application inside the deploy subfolder.
deploy
Install the MSYS2 version of Qt
Export the environment variables QT_MSYS2_ARCH=386 and QT_MSYS2_STATIC=true
QT_MSYS2_ARCH=386
QT_MSYS2_STATIC=true
Deploy your application
qtdeploy build desktop
There was an error while loading. Please reload this page.