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

go build: libQt5RemoteObjects not found #1209

Open brenthuisman opened 3 years ago

brenthuisman commented 3 years ago

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!

I'm using a fresh checkout of this repo.