Skip to content

Remove compatibility with Qt < 5.15

Albert Vaca Cintora requested to merge work/remove-old-qt-compat into master

In theory we support Qt 5.6 (because of SailfishOS) but in practice we are not checking that in the CI so probably we broke the compatibility long ago. Also, I don't think anyone is using this code in SailfishOS, so we can greatly simplify the code by requiring Qt 5.15 or later.

Merge request reports