Open liao725636367 opened 5 years ago
Hey
This is probably the same issues as this one https://github.com/therecipe/qt/issues/657#issuecomment-437990122
To work around this issue, you will either need to build your own go version with these changes: https://github.com/therecipe/qt/blob/master/internal/docker/wine/rspfile.patch
Or use the shared msys2 version and then later deploy the static version with docker and something like: qtdeploy -docker build windows_64_static
About the second issue, the example examples/advanced/widgets/jsinterop
only works with the js
target and something like: qtdeploy -docker build js
Sorry, I will move the example in some other dir.
I had use qt5-static bind go and it seems work well.
I has build widget demo and it wokrs well
This is generated binaries
but when i try to build quick_qml demo it throw some error
and binding environment seems to be destroyed
when i try to build widget demo Once again, it also throw some error
Thanks for all help.