For posterity again: while below works fine at compilation time, it breaks at runtime due to Qt / SIP version mismatches :-(

Thanks for the hint. That does improve things (sip-build time) indeed. For posterity, I managed to use it without altering too much my build env with:

python3 -m venv sip_venv
source sip_venv/bin/activate
pip install sip PyQt-builder
cmake -USIP_BUILD_EXECUTABLE ..

--
http://www.spatialys.com
My software is free, but my time generally not.
_______________________________________________
QGIS-Developer mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to