go-qml / qml

QML support for the Go language
Other
1.96k stars 189 forks source link

Error Build #182

Open lazywe opened 7 years ago

lazywe commented 7 years ago
appledeiMac-2:tableview apple$ go build
In file included from ../gopkg.in/qml.v1/all.cpp:2:
In file included from ../gopkg.in/qml.v1/cpp/capi.cpp:10:
In file included from ./cpp/govalue.h:7:
In file included from ./cpp/private/qmetaobject_p.h:2:
In file included from /usr/local/Cellar/qt5/5.8.0_1/include/QtCore/5.8.0/QtCore/private/qmetaobject_p.h:58:
In file included from ./cpp/private/qobject_p.h:2:
/usr/local/Cellar/qt5/5.8.0_1/include/QtCore/5.8.0/QtCore/private/qobject_p.h:55:10: fatal error: 'QtCore/private/qglobal_p.h' file not found
appledeiMac-2:tableview apple$ go version
go version go1.7.1 darwin/amd64
qt5.8