go-qml / qml

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

idletimer.cpp changed so as not to crash when compiled with mingw64, glib dependency replaced with gcc dependency #21

Closed ghost closed 10 years ago

ghost commented 10 years ago

idletimer.cpp changed so as not to crash when compiled with mingw64, glib dependency replaced with gcc dependency

Only tested on Windows thus far.

niemeyer commented 10 years ago

The logic in idletimer.cpp has been changed to not depend on glib anymore, and we have people successfully using the qml package on Windows. I'm closing this bug with the belief that it is fixed, but please do reopen if that's not the case. (/cc @gmcbay @htoothrot)