go-qml / qml

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

Go get fails on trusty with qt 5.2 #49

Closed cwayne18 closed 10 years ago

cwayne18 commented 10 years ago

cwayne@athena:~$ go get github.com/go-qml/qml github.com/go-qml/qml In file included from go/src/github.com/go-qml/qml/cpp/capi.cpp:10:0, from go/src/github.com/go-qml/qml/all.cpp:2: go/src/github.com/go-qml/qml/cpp/govalue.h:7:35: fatal error: private/qmetaobject_p.h: No such file or directory

include <private/qmetaobject_p.h>

qt5-default:amd64 5.2.1+dfsg-1ubuntu7

cwayne18 commented 10 years ago

My bad, seems I hadn't installed all of the deps first!