go-qml / qml

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

Add include path for Qt 5.2 on Archlinux #25

Closed jansuchomel closed 10 years ago

jansuchomel commented 10 years ago

Please add

// #cgo CPPFLAGS: -I/usr/include/qt/QtCore/5.2.0/QtCore

to bridge.go to make it work on Archlinux again.

niemeyer commented 10 years ago

That was done in ec4096d19. Thanks for the suggestion.