Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly
On Linux 64 bit running a go build of the clickme button demo generates a fat 105MB binary (is it supposed to be that fat?), but when I run it on another system I get an error about a missing libQt5RemoteObjects lib.
If I run qtdeploy I get a hierarchy equalling roughly the same filesize as above (seems like there could be some trimming, right?). This does work on the other system without supplementary libs, and strangely enough, libQt5RemoteObjects is not in deploy/linux/lib!
On Linux 64 bit running a
go build
of the clickme button demo generates a fat 105MB binary (is it supposed to be that fat?), but when I run it on another system I get an error about a missinglibQt5RemoteObjects
lib.If I run
qtdeploy
I get a hierarchy equalling roughly the same filesize as above (seems like there could be some trimming, right?). This does work on the other system without supplementary libs, and strangely enough, libQt5RemoteObjects is not indeploy/linux/lib
!I'm using a fresh checkout of this repo.