therecipe / qt

Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly
GNU Lesser General Public License v3.0
10.5k stars 748 forks source link

qtdeploy Linux to Windows x64 doesn't create a binary file #1256

Closed ChugunovRoman closed 2 years ago

ChugunovRoman commented 3 years ago

Hi. I try to build the application qml example for Linux and Windows x64. For Linux I got successful the build and working file, but for Windows I didn't get exe file although the build command completed without any outputs and errors.\ How to get executable file for Windows x64 on Linux?

My OS: Linux ruut 5.15.2-arch1-1 #1 SMP PREEMPT Fri, 12 Nov 2021 19:22:10 +0000 x86_64 GNU/Linux Build for Linux via: qtdeploy -docker build linux_static Build for Windows via: qtdeploy -docker build windows_64_static

Run command for Windows deploy via sudo does not helps.\ qtdeploy -docker build windows - same result

ChugunovRoman commented 2 years ago

with export GO111MODULE=off built successful for any targets