mavlink / qgroundcontrol

Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows)
http://qgroundcontrol.io
3.33k stars 3.64k forks source link

Remove qt5compat Module #12081

Open HTRamsey opened 1 week ago

HTRamsey commented 1 week ago

Since the only reason we needed this lib was for the ColorOverlay, just implement that one element and remove the rest of the module. This prepares for whenever this module is removed entirely (probably closer to Qt7) and also reduces the amount that is downloaded for the build.

Tested and works just like normal