goqt
goqt copied to clipboard
Example issue with Qt 5.5.1
trafficstars
Thank you for this amazing work!
I'm trying to compile the examples, but only "minimal" and "version" seem to work with Go 1.5 and Qt 5.5.1 on Linux (jessie). I've got the following error while trying to run:
symbol lookup error: ./libqtdrv.ui.so.1: undefined symbol: _ZNK11QMetaObject10Connection18isConnected_helperEv
After further investigations, it seems that is issue is generated by the OnClicked function on a PushButton. Thanks!
Edit: everything is working fine with Qt4