cloudcompare: use qlas instead of qpdal for las/laz

qPDALIO has been deprecated for opening las/laz files. The new plugin is
qLASIO.
This commit is contained in:
koalp 2024-08-29 17:01:51 +02:00
parent 3aeb372eaf
commit 7f304760fb
No known key found for this signature in database
GPG Key ID: 35B21047DEB09A81

View File

@ -12,7 +12,6 @@
, gmp
, laszip
, mpfr
, pdal
, pcl
, qtbase
, qtsvg
@ -49,7 +48,6 @@ mkDerivation rec {
gmp
laszip
mpfr
pdal
pcl
qtbase
qtsvg
@ -72,7 +70,7 @@ mkDerivation rec {
"-DPLUGIN_IO_QCSV_MATRIX=ON"
"-DPLUGIN_IO_QE57=ON"
"-DPLUGIN_IO_QFBX=OFF" # Autodesk FBX SDK is gratis+proprietary; not packaged in nixpkgs
"-DPLUGIN_IO_QPDAL=ON" # required for .las/.laz support
"-DPLUGIN_IO_QLAS=ON" # required for .las/.laz support
"-DPLUGIN_IO_QPHOTOSCAN=ON"
"-DPLUGIN_IO_QRDB=OFF" # Riegl rdblib is proprietary; not packaged in nixpkgs