[QGIS-Developer] Qt update on debian testing compile

Richard Duivenvoorde rdmailings at duif.net
Tue Nov 10 05:03:53 PST 2020


Hi Debians,

For those running Debian testing and compiling QGIS.

After the recent Qt update, Qt packages/names have moved.

I had do install some new packages:

sudo apt install libqt5webkit5-dev qtpositioning5-dev qt3d5-dev python3-pyqt5 python3-pyqt5.qsci pyqt5-dev-tools libqwt-qt5-dev

And NOT add the "-DQT5_3DEXTRA_LIBRARY=/usr/lib/x86_64-linux-gnu/libQt53DExtras.so" part anymore to my ccmake command.

Then I could compile

These packages are (off course, thanks Juergen) also available in the INSTALL.md in the sid line: https://github.com/qgis/QGIS/blob/master/INSTALL.md
(only thing there is that it asks for a qt5-default which I seem not to have??)
(actually that line installed some more 3d related python stuff plus some lighttpd thingies, which I have to disable because I run apache: "sudo systemctl disable lighttpd")

Hope this helps somebody

Regards,

Richard Duivenvoorde


More information about the QGIS-Developer mailing list