go-qamel / qamel

Simple QML binding for Go
MIT License
173 stars 19 forks source link

Issues when not sticking to the same Qt version across cross-platform builds #41

Closed xaduha closed 2 years ago

xaduha commented 3 years ago

Anecdotally making local linux shared build and then cross-compiled windows build using different minor version e.g. 5.15.3 vs 5.15.2 in the same folder without changing code itself leads to problems. Funnily enough changing a comment or something would probably result in a proper cleanup of those qamel files since there is some sort of detection for that.

Don't really expect it to be fixed, just a word of warning to anyone using this, make clean builds if you're having heisenbugs.