go-qml / qml

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

statically link on osx #59

Closed taylorchu closed 10 years ago

taylorchu commented 10 years ago

i try to pass in -static, but it shows a lot of libraries cannot be statically linked. I wonder if anyone has the solution to link qt only

niemeyer commented 10 years ago

The compiler doesn't link C/C++ libraries statically at this time, unfortunately.