opengisch / OSGeo4A

OSGeo4A is a build environment to cross-compile opensource GIS software for android devices
MIT License
30 stars 22 forks source link

Update QGIS to latest master revision #104

Closed nirvn closed 3 years ago

nirvn commented 3 years ago

Needed to finish oauth2 support in QField.

nirvn commented 3 years ago

@3nids , the build errors out with QGIS, some python cmake error. Could this be a regression from https://github.com/qgis/QGIS/commit/555f5169254a2278b6aa03d3be9dc93bbf75d35b#diff-251d177e3e7db921c05d14a06c2495601e4bb0e8ccfff429ac77fa6cd65786ec ?

3nids commented 3 years ago

maybe, can you try with this patch: https://github.com/3nids/QGIS/commit/d5c9efc840605ecdc556e5f72a74172f80d5bd96

nirvn commented 3 years ago

@m-kuhn , this commit ( https://github.com/qgis/QGIS/commit/c205b2705e42547a5846eb16277d89d0209d4bb3 ) broke building of QGIS here.

3nids commented 3 years ago

@nirvn we can potentially make them #if QT_VERSION < 6.0.0 on QGIS source code?

nirvn commented 3 years ago

@3nids , we can try.