Even when doing a dry run (the -n flag):
cd ~/b/QGIS
git switch release-3_36
git pull
git status -s # yep, its up to date
mkdir build-dry-3_36
cd build-dry-3_36
cmake .. > log_cmake.txt 2>&1
make -n > log_make.txt 2>&1
make fails with the following error:
(...)
cd /home/velle/b/QGIS/build-dry-3_
On 20/08/2024 14:46, Julien Cabieces wrote:
Hi,
There is a plugin metadata which have been added [0] so the Qt 6 QGIS
version would not allow you to load non Qt6 compatible plugin.
Except if you set the variable QGIS_DISABLE_SUPPORTS_QT6_CHECK [1]
And to be complete about that matter, there is
I have solved my problem. Doing a clean dry run of make on QGIS will fail,
even when the non-dry run would succeed. If first running a successful
"make", and dry running "make -n", the dry run will succeed.
Is that "normal"? I would consider it a kind of bug in the QGIS build code,
but my understa