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_64_shared
qtdeploy -docker build windows_64_shared
You should find your deployed application inside the deploy subfolder.
deploy
Install the MSYS2 version of Qt
Export the environment variable QT_MSYS2_ARCH=amd64
QT_MSYS2_ARCH=amd64
Deploy your application
qtdeploy build desktop
There was an error while loading. Please reload this page.