Re: [QGIS-Developer] qgis ubuntu 20.04 dependencies

2023-06-19 Thread Even Rouault via QGIS-Developer
Le 19/06/2023 à 20:44, Hugh Kelley a écrit : OK thanks, exactly the general guidance I was looking for. I'll look into upgrading. Is there currently a version that makes things easiest? QGIS continuous integration uses: - ubuntu 22.04 for QT5 builds:

Re: [QGIS-Developer] qgis ubuntu 20.04 dependencies

2023-06-19 Thread Hugh Kelley via QGIS-Developer
OK thanks, exactly the general guidance I was looking for. I'll look into upgrading. Is there currently a version that makes things easiest? On Mon, Jun 19, 2023 at 2:34 PM Even Rouault wrote: > Building recent QGIS versions on 20.04 is going to be quite a lot of pain > since you'll need

Re: [QGIS-Developer] qgis ubuntu 20.04 dependencies

2023-06-19 Thread Even Rouault via QGIS-Developer
Building recent QGIS versions on 20.04 is going to be quite a lot of pain since you'll need indeed to have a qt 5.15 build, and all the other auxiliary QT based dependencies build against it. I'd suggest you update to 22.04 at least. Or if you don't want to do development but can live with

Re: [QGIS-Developer] qgis ubuntu 20.04 dependencies

2023-06-19 Thread Hugh Kelley via QGIS-Developer
Of course as soon as I hit send I finally noticed that qt >= 5.14 is listed in the dependencies so that resolves my key question about a workaround. Disregard unless anyone knows the best way to handle Qt version for 20.04. I'm planning to ask on the qt forum. On Mon, Jun 19, 2023 at 2:30 PM

[QGIS-Developer] qgis ubuntu 20.04 dependencies

2023-06-19 Thread Hugh Kelley via QGIS-Developer
Hi all, while working on compiling qgis on ubuntu using these instructions [0] , i've run into an error while running cmake that "QRecursiveMutex" is not found. It looks like that became available in QT 5.14. Ubuntu 20.04 installs QT 5.12. During my searches i've seen comments that imply 5.15