goqt icon indicating copy to clipboard operation
goqt copied to clipboard

Example issue with Qt 5.5.1

Open Lesterpig opened this issue 9 years ago • 1 comments
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

Lesterpig avatar Mar 14 '16 20:03 Lesterpig

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

Lesterpig avatar Mar 14 '16 21:03 Lesterpig