goqt icon indicating copy to clipboard operation
goqt copied to clipboard

Run errors

Open nzlov opened this issue 9 years ago • 2 comments

osx 10.11.2 qt5.5.1

➜  bin git:(master) ✗ ./minimal
dyld: Library not loaded: @rpath/QtWidgets.framework/Versions/5/QtWidgets
  Referenced from: /Users/qipeng/mac/workspace/go/src/github.com/visualfc/goqt/bin/libqtdrv.ui.1.0.0.dylib
  Reason: image not found
[1]    82010 trace trap  ./minimal

nzlov avatar Jan 05 '16 11:01 nzlov

我也遇到同样的错误。 osx 10.12 qt5.5.1

wudidong avatar Oct 05 '16 18:10 wudidong

copy dylib to /usr/local/lib

ggtx avatar Oct 13 '17 03:10 ggtx