go-qml / qml

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

fix missing export in Mac OS X install instructions #64

Closed existentialmutt closed 10 years ago

niemeyer commented 10 years ago

It looks like a made a mistake in the last edit. This used to be:

$ QT5VERSION=`pkg-config --modversion Qt5Core`
$ # For "private/qmetaobject_p.h" inclusion
$ export CGO_CPPFLAGS=-I`brew --prefix qt5`/include/QtCore/$QT5VERSION/QtCore

But the CPPFLAGS are not necessary anymore. Rather than exporting it, it may be dropped.

Thanks for the note.