mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
Merge pull request #63181 from alexbruy/processing-pdal-build
always build PDAL Processing algorithms (fix #63106)
This commit is contained in:
commit
ef933cfb94
@ -21,6 +21,7 @@
|
|||||||
%Include auto_generated/network/qgsvectorlayerdirector.sip
|
%Include auto_generated/network/qgsvectorlayerdirector.sip
|
||||||
%Include auto_generated/processing/qgsalgorithmbatchgeocode.sip
|
%Include auto_generated/processing/qgsalgorithmbatchgeocode.sip
|
||||||
%Include auto_generated/processing/qgsnativealgorithms.sip
|
%Include auto_generated/processing/qgsnativealgorithms.sip
|
||||||
|
%Include auto_generated/processing/pdal/qgspdalalgorithms.sip
|
||||||
%Include auto_generated/raster/qgsalignraster.sip
|
%Include auto_generated/raster/qgsalignraster.sip
|
||||||
%Include auto_generated/raster/qgsaspectfilter.sip
|
%Include auto_generated/raster/qgsaspectfilter.sip
|
||||||
%Include auto_generated/raster/qgsderivativefilter.sip
|
%Include auto_generated/raster/qgsderivativefilter.sip
|
||||||
@ -46,6 +47,3 @@
|
|||||||
%Include auto_generated/vector/qgsgeometrysnapper.sip
|
%Include auto_generated/vector/qgsgeometrysnapper.sip
|
||||||
%Include auto_generated/vector/qgsgeometrysnappersinglesource.sip
|
%Include auto_generated/vector/qgsgeometrysnappersinglesource.sip
|
||||||
%Include auto_generated/vector/qgszonalstatistics.sip
|
%Include auto_generated/vector/qgszonalstatistics.sip
|
||||||
%If ( HAVE_PDAL_PROVIDER )
|
|
||||||
%Include auto_generated/processing/pdal/qgspdalalgorithms.sip
|
|
||||||
%End
|
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class QgsPdalAlgorithms : QgsProcessingProvider
|
class QgsPdalAlgorithms : QgsProcessingProvider
|
||||||
{
|
{
|
||||||
%Docstring(signature="appended")
|
%Docstring(signature="appended")
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
%Include auto_generated/network/qgsvectorlayerdirector.sip
|
%Include auto_generated/network/qgsvectorlayerdirector.sip
|
||||||
%Include auto_generated/processing/qgsalgorithmbatchgeocode.sip
|
%Include auto_generated/processing/qgsalgorithmbatchgeocode.sip
|
||||||
%Include auto_generated/processing/qgsnativealgorithms.sip
|
%Include auto_generated/processing/qgsnativealgorithms.sip
|
||||||
|
%Include auto_generated/processing/pdal/qgspdalalgorithms.sip
|
||||||
%Include auto_generated/raster/qgsalignraster.sip
|
%Include auto_generated/raster/qgsalignraster.sip
|
||||||
%Include auto_generated/raster/qgsaspectfilter.sip
|
%Include auto_generated/raster/qgsaspectfilter.sip
|
||||||
%Include auto_generated/raster/qgsderivativefilter.sip
|
%Include auto_generated/raster/qgsderivativefilter.sip
|
||||||
@ -46,6 +47,3 @@
|
|||||||
%Include auto_generated/vector/qgsgeometrysnapper.sip
|
%Include auto_generated/vector/qgsgeometrysnapper.sip
|
||||||
%Include auto_generated/vector/qgsgeometrysnappersinglesource.sip
|
%Include auto_generated/vector/qgsgeometrysnappersinglesource.sip
|
||||||
%Include auto_generated/vector/qgszonalstatistics.sip
|
%Include auto_generated/vector/qgszonalstatistics.sip
|
||||||
%If ( HAVE_PDAL_PROVIDER )
|
|
||||||
%Include auto_generated/processing/pdal/qgspdalalgorithms.sip
|
|
||||||
%End
|
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class QgsPdalAlgorithms : QgsProcessingProvider
|
class QgsPdalAlgorithms : QgsProcessingProvider
|
||||||
{
|
{
|
||||||
%Docstring(signature="appended")
|
%Docstring(signature="appended")
|
||||||
|
@ -196,6 +196,7 @@ set(QGIS_ANALYSIS_SRCS
|
|||||||
processing/qgsalgorithmmultiringconstantbuffer.cpp
|
processing/qgsalgorithmmultiringconstantbuffer.cpp
|
||||||
processing/qgsalgorithmmultiunion.cpp
|
processing/qgsalgorithmmultiunion.cpp
|
||||||
processing/qgsalgorithmnearestneighbouranalysis.cpp
|
processing/qgsalgorithmnearestneighbouranalysis.cpp
|
||||||
|
processing/qgsalgorithmnetworkanalysisbase.cpp
|
||||||
processing/qgsalgorithmoffsetlines.cpp
|
processing/qgsalgorithmoffsetlines.cpp
|
||||||
processing/qgsalgorithmorderbyexpression.cpp
|
processing/qgsalgorithmorderbyexpression.cpp
|
||||||
processing/qgsalgorithmorientedminimumboundingbox.cpp
|
processing/qgsalgorithmorientedminimumboundingbox.cpp
|
||||||
@ -311,13 +312,31 @@ set(QGIS_ANALYSIS_SRCS
|
|||||||
processing/qgsprojectstylealgorithms.cpp
|
processing/qgsprojectstylealgorithms.cpp
|
||||||
processing/qgsstylealgorithms.cpp
|
processing/qgsstylealgorithms.cpp
|
||||||
|
|
||||||
processing/qgsalgorithmnetworkanalysisbase.cpp
|
|
||||||
|
|
||||||
processing/qgsnativealgorithms.cpp
|
processing/qgsnativealgorithms.cpp
|
||||||
processing/qgsoverlayutils.cpp
|
processing/qgsoverlayutils.cpp
|
||||||
processing/qgsrasteranalysisutils.cpp
|
processing/qgsrasteranalysisutils.cpp
|
||||||
processing/qgsreclassifyutils.cpp
|
processing/qgsreclassifyutils.cpp
|
||||||
|
|
||||||
|
processing/pdal/qgspdalalgorithms.cpp
|
||||||
|
processing/pdal/qgspdalalgorithmbase.cpp
|
||||||
|
processing/pdal/qgsalgorithmpdalassignprojection.cpp
|
||||||
|
processing/pdal/qgsalgorithmpdalboundary.cpp
|
||||||
|
processing/pdal/qgsalgorithmpdalbuildvpc.cpp
|
||||||
|
processing/pdal/qgsalgorithmpdalclip.cpp
|
||||||
|
processing/pdal/qgsalgorithmpdalconvertformat.cpp
|
||||||
|
processing/pdal/qgsalgorithmpdalcreatecopc.cpp
|
||||||
|
processing/pdal/qgsalgorithmpdaldensity.cpp
|
||||||
|
processing/pdal/qgsalgorithmpdalexportraster.cpp
|
||||||
|
processing/pdal/qgsalgorithmpdalexportrastertin.cpp
|
||||||
|
processing/pdal/qgsalgorithmpdalexportvector.cpp
|
||||||
|
processing/pdal/qgsalgorithmpdalfilter.cpp
|
||||||
|
processing/pdal/qgsalgorithmpdalinformation.cpp
|
||||||
|
processing/pdal/qgsalgorithmpdalmerge.cpp
|
||||||
|
processing/pdal/qgsalgorithmpdalreproject.cpp
|
||||||
|
processing/pdal/qgsalgorithmpdalthinbydecimate.cpp
|
||||||
|
processing/pdal/qgsalgorithmpdalthinbyradius.cpp
|
||||||
|
processing/pdal/qgsalgorithmpdaltile.cpp
|
||||||
|
|
||||||
raster/qgsalignraster.cpp
|
raster/qgsalignraster.cpp
|
||||||
raster/qgsninecellfilter.cpp
|
raster/qgsninecellfilter.cpp
|
||||||
raster/qgsruggednessfilter.cpp
|
raster/qgsruggednessfilter.cpp
|
||||||
@ -431,6 +450,8 @@ set(QGIS_ANALYSIS_HDRS
|
|||||||
processing/qgsalgorithmurlopener.h
|
processing/qgsalgorithmurlopener.h
|
||||||
processing/qgsalgorithmhttprequest.h
|
processing/qgsalgorithmhttprequest.h
|
||||||
|
|
||||||
|
processing/pdal/qgspdalalgorithms.h
|
||||||
|
|
||||||
raster/qgsalignraster.h
|
raster/qgsalignraster.h
|
||||||
raster/qgsaspectfilter.h
|
raster/qgsaspectfilter.h
|
||||||
raster/qgsderivativefilter.h
|
raster/qgsderivativefilter.h
|
||||||
@ -486,37 +507,13 @@ set(QGIS_ANALYSIS_HDRS
|
|||||||
vector/qgszonalstatistics.h
|
vector/qgszonalstatistics.h
|
||||||
)
|
)
|
||||||
|
|
||||||
if (WITH_PDAL AND PDAL_2_5_OR_HIGHER)
|
if (WITH_PDAL)
|
||||||
set(QGIS_ANALYSIS_SRCS ${QGIS_ANALYSIS_SRCS}
|
set(QGIS_ANALYSIS_SRCS ${QGIS_ANALYSIS_SRCS}
|
||||||
${CMAKE_SOURCE_DIR}/external/untwine/api/QgisUntwine.cpp
|
${CMAKE_SOURCE_DIR}/external/untwine/api/QgisUntwine.cpp
|
||||||
|
|
||||||
processing/pdal/qgspdalalgorithms.cpp
|
|
||||||
|
|
||||||
processing/pdal/qgspdalalgorithmbase.cpp
|
|
||||||
|
|
||||||
processing/pdal/qgsalgorithmpdalassignprojection.cpp
|
|
||||||
processing/pdal/qgsalgorithmpdalboundary.cpp
|
|
||||||
processing/pdal/qgsalgorithmpdalbuildvpc.cpp
|
|
||||||
processing/pdal/qgsalgorithmpdalclip.cpp
|
|
||||||
processing/pdal/qgsalgorithmpdalconvertformat.cpp
|
|
||||||
processing/pdal/qgsalgorithmpdalcreatecopc.cpp
|
|
||||||
processing/pdal/qgsalgorithmpdaldensity.cpp
|
|
||||||
processing/pdal/qgsalgorithmpdalexportraster.cpp
|
|
||||||
processing/pdal/qgsalgorithmpdalexportrastertin.cpp
|
|
||||||
processing/pdal/qgsalgorithmpdalexportvector.cpp
|
|
||||||
processing/pdal/qgsalgorithmpdalfilter.cpp
|
|
||||||
processing/pdal/qgsalgorithmpdalinformation.cpp
|
|
||||||
processing/pdal/qgsalgorithmpdalmerge.cpp
|
|
||||||
processing/pdal/qgsalgorithmpdalreproject.cpp
|
|
||||||
processing/pdal/qgsalgorithmpdalthinbydecimate.cpp
|
|
||||||
processing/pdal/qgsalgorithmpdalthinbyradius.cpp
|
|
||||||
processing/pdal/qgsalgorithmpdaltile.cpp
|
|
||||||
)
|
)
|
||||||
|
|
||||||
set(QGIS_ANALYSIS_HDRS ${QGIS_ANALYSIS_HDRS}
|
set(QGIS_ANALYSIS_HDRS ${QGIS_ANALYSIS_HDRS}
|
||||||
${CMAKE_SOURCE_DIR}/external/untwine/api/QgisUntwine.hpp
|
${CMAKE_SOURCE_DIR}/external/untwine/api/QgisUntwine.hpp
|
||||||
|
|
||||||
processing/pdal/qgspdalalgorithms.h
|
|
||||||
)
|
)
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
|
@ -22,7 +22,9 @@
|
|||||||
#include <QFileInfo>
|
#include <QFileInfo>
|
||||||
#include <QDir>
|
#include <QDir>
|
||||||
|
|
||||||
|
#ifdef WITH_PDAL
|
||||||
#include "QgisUntwine.hpp"
|
#include "QgisUntwine.hpp"
|
||||||
|
#endif
|
||||||
#include "qgsapplication.h"
|
#include "qgsapplication.h"
|
||||||
#include "qgspointcloudlayer.h"
|
#include "qgspointcloudlayer.h"
|
||||||
|
|
||||||
@ -70,8 +72,22 @@ void QgsPdalCreateCopcAlgorithm::initAlgorithm( const QVariantMap & )
|
|||||||
addOutput( new QgsProcessingOutputMultipleLayers( QStringLiteral( "OUTPUT_LAYERS" ), QObject::tr( "Output layers" ) ) );
|
addOutput( new QgsProcessingOutputMultipleLayers( QStringLiteral( "OUTPUT_LAYERS" ), QObject::tr( "Output layers" ) ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool QgsPdalCreateCopcAlgorithm::prepareAlgorithm( const QVariantMap ¶meters, QgsProcessingContext &context, QgsProcessingFeedback *feedback )
|
||||||
|
{
|
||||||
|
Q_UNUSED( parameters )
|
||||||
|
Q_UNUSED( context )
|
||||||
|
Q_UNUSED( feedback )
|
||||||
|
|
||||||
|
#ifdef WITH_PDAL
|
||||||
|
return true;
|
||||||
|
#else
|
||||||
|
throw QgsProcessingException( QObject::tr( "This algorithm requires a QGIS installation with PDAL support enabled." ) );
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
QVariantMap QgsPdalCreateCopcAlgorithm::processAlgorithm( const QVariantMap ¶meters, QgsProcessingContext &context, QgsProcessingFeedback *feedback )
|
QVariantMap QgsPdalCreateCopcAlgorithm::processAlgorithm( const QVariantMap ¶meters, QgsProcessingContext &context, QgsProcessingFeedback *feedback )
|
||||||
{
|
{
|
||||||
|
#ifdef WITH_PDAL
|
||||||
const QList<QgsMapLayer *> layers = parameterAsLayerList( parameters, QStringLiteral( "LAYERS" ), context, QgsProcessing::LayerOptionsFlag::SkipIndexGeneration );
|
const QList<QgsMapLayer *> layers = parameterAsLayerList( parameters, QStringLiteral( "LAYERS" ), context, QgsProcessing::LayerOptionsFlag::SkipIndexGeneration );
|
||||||
if ( layers.empty() )
|
if ( layers.empty() )
|
||||||
{
|
{
|
||||||
@ -181,6 +197,12 @@ QVariantMap QgsPdalCreateCopcAlgorithm::processAlgorithm( const QVariantMap &par
|
|||||||
QVariantMap outputs;
|
QVariantMap outputs;
|
||||||
outputs.insert( QStringLiteral( "OUTPUT_LAYERS" ), outputLayers );
|
outputs.insert( QStringLiteral( "OUTPUT_LAYERS" ), outputLayers );
|
||||||
return outputs;
|
return outputs;
|
||||||
|
#else
|
||||||
|
Q_UNUSED( parameters )
|
||||||
|
Q_UNUSED( context )
|
||||||
|
Q_UNUSED( feedback )
|
||||||
|
throw QgsProcessingException( QObject::tr( "This algorithm requires a QGIS installation with PDAL support enabled." ) );
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
///@endcond
|
///@endcond
|
||||||
|
@ -42,6 +42,7 @@ class QgsPdalCreateCopcAlgorithm : public QgsProcessingAlgorithm
|
|||||||
QgsPdalCreateCopcAlgorithm *createInstance() const override SIP_FACTORY;
|
QgsPdalCreateCopcAlgorithm *createInstance() const override SIP_FACTORY;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
bool prepareAlgorithm( const QVariantMap ¶meters, QgsProcessingContext &context, QgsProcessingFeedback *feedback ) override;
|
||||||
QVariantMap processAlgorithm( const QVariantMap ¶meters, QgsProcessingContext &context, QgsProcessingFeedback *feedback ) override;
|
QVariantMap processAlgorithm( const QVariantMap ¶meters, QgsProcessingContext &context, QgsProcessingFeedback *feedback ) override;
|
||||||
|
|
||||||
friend class TestQgsProcessingPdalAlgs;
|
friend class TestQgsProcessingPdalAlgs;
|
||||||
|
@ -169,6 +169,11 @@ QVariantMap QgsPdalAlgorithmBase::processAlgorithm( const QVariantMap ¶meter
|
|||||||
const QStringList processArgs = createArgumentLists( parameters, context, feedback );
|
const QStringList processArgs = createArgumentLists( parameters, context, feedback );
|
||||||
const QString wrenchPath = wrenchExecutableBinary();
|
const QString wrenchPath = wrenchExecutableBinary();
|
||||||
|
|
||||||
|
if ( !QFileInfo::exists( wrenchPath ) )
|
||||||
|
{
|
||||||
|
throw QgsProcessingException( QObject::tr( "wrench executable is not found. Either use QGIS build with PDAL support or provide correct path via QGIS_WRENCH_EXECUTABLE environment variable." ) );
|
||||||
|
}
|
||||||
|
|
||||||
QStringList logArgs;
|
QStringList logArgs;
|
||||||
const thread_local QRegularExpression re( "[\\s\\\"\\'\\(\\)\\&;]" );
|
const thread_local QRegularExpression re( "[\\s\\\"\\'\\(\\)\\&;]" );
|
||||||
for ( const QString &arg : processArgs )
|
for ( const QString &arg : processArgs )
|
||||||
|
@ -22,8 +22,6 @@
|
|||||||
#include "qgis_sip.h"
|
#include "qgis_sip.h"
|
||||||
#include "qgsprocessingprovider.h"
|
#include "qgsprocessingprovider.h"
|
||||||
|
|
||||||
SIP_IF_MODULE( HAVE_PDAL_PROVIDER )
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \ingroup analysis
|
* \ingroup analysis
|
||||||
* \class QgsPdalAlgorithms
|
* \class QgsPdalAlgorithms
|
||||||
|
@ -639,9 +639,9 @@ if (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
|
|||||||
target_link_libraries(qgis ${EXECINFO_LIBRARY})
|
target_link_libraries(qgis ${EXECINFO_LIBRARY})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
target_include_directories(qgis_app PRIVATE ${CMAKE_SOURCE_DIR}/src/analysis/processing/pdal)
|
||||||
if (WITH_PDAL)
|
if (WITH_PDAL)
|
||||||
target_link_libraries(qgis_app ${PDAL_LIBRARIES})
|
target_link_libraries(qgis_app ${PDAL_LIBRARIES})
|
||||||
target_include_directories(qgis_app PRIVATE ${CMAKE_SOURCE_DIR}/src/analysis/processing/pdal)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
|
@ -351,6 +351,7 @@
|
|||||||
#include "qgsnewmemorylayerdialog.h"
|
#include "qgsnewmemorylayerdialog.h"
|
||||||
#include "qgsnewmeshlayerdialog.h"
|
#include "qgsnewmeshlayerdialog.h"
|
||||||
#include "options/qgsoptions.h"
|
#include "options/qgsoptions.h"
|
||||||
|
#include "qgspdalalgorithms.h"
|
||||||
#include "qgspluginlayer.h"
|
#include "qgspluginlayer.h"
|
||||||
#include "qgspluginlayerregistry.h"
|
#include "qgspluginlayerregistry.h"
|
||||||
#include "qgspluginmanager.h"
|
#include "qgspluginmanager.h"
|
||||||
@ -508,9 +509,6 @@
|
|||||||
|
|
||||||
#ifdef HAVE_PDAL_QGIS
|
#ifdef HAVE_PDAL_QGIS
|
||||||
#include <pdal/pdal.hpp>
|
#include <pdal/pdal.hpp>
|
||||||
#if PDAL_VERSION_MAJOR_INT > 2 || ( PDAL_VERSION_MAJOR_INT == 2 && PDAL_VERSION_MINOR_INT >= 5 )
|
|
||||||
#include "qgspdalalgorithms.h"
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
@ -13160,11 +13158,7 @@ void QgisApp::initNativeProcessing()
|
|||||||
QgsApplication::processingRegistry()->addProvider( new Qgs3DAlgorithms( QgsApplication::processingRegistry() ) );
|
QgsApplication::processingRegistry()->addProvider( new Qgs3DAlgorithms( QgsApplication::processingRegistry() ) );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_PDAL_QGIS
|
|
||||||
#if PDAL_VERSION_MAJOR_INT > 1 && PDAL_VERSION_MINOR_INT >= 5
|
|
||||||
QgsApplication::processingRegistry()->addProvider( new QgsPdalAlgorithms( QgsApplication::processingRegistry() ) );
|
QgsApplication::processingRegistry()->addProvider( new QgsPdalAlgorithms( QgsApplication::processingRegistry() ) );
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void QgisApp::initLayouts()
|
void QgisApp::initLayouts()
|
||||||
|
@ -34,11 +34,9 @@ if (UNIX AND NOT ANDROID)
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (WITH_PDAL)
|
target_include_directories(qgis_process PRIVATE
|
||||||
target_include_directories(qgis_process PRIVATE
|
|
||||||
${CMAKE_SOURCE_DIR}/src/analysis/processing/pdal
|
${CMAKE_SOURCE_DIR}/src/analysis/processing/pdal
|
||||||
)
|
)
|
||||||
endif()
|
|
||||||
|
|
||||||
if (WITH_3D)
|
if (WITH_3D)
|
||||||
include_directories(SYSTEM
|
include_directories(SYSTEM
|
||||||
|
@ -24,11 +24,7 @@
|
|||||||
#ifdef HAVE_3D
|
#ifdef HAVE_3D
|
||||||
#include "qgs3dalgorithms.h"
|
#include "qgs3dalgorithms.h"
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_PDAL_QGIS
|
|
||||||
#if PDAL_VERSION_MAJOR_INT > 2 || ( PDAL_VERSION_MAJOR_INT == 2 && PDAL_VERSION_MINOR_INT >= 5 )
|
|
||||||
#include "qgspdalalgorithms.h"
|
#include "qgspdalalgorithms.h"
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
#ifdef WITH_SFCGAL
|
#ifdef WITH_SFCGAL
|
||||||
#include <SFCGAL/capi/sfcgal_c.h>
|
#include <SFCGAL/capi/sfcgal_c.h>
|
||||||
#endif
|
#endif
|
||||||
@ -266,12 +262,7 @@ int QgsProcessingExec::run( const QStringList &args, Qgis::ProcessingLogLevel lo
|
|||||||
#ifdef HAVE_3D
|
#ifdef HAVE_3D
|
||||||
QgsApplication::processingRegistry()->addProvider( new Qgs3DAlgorithms( QgsApplication::processingRegistry() ) );
|
QgsApplication::processingRegistry()->addProvider( new Qgs3DAlgorithms( QgsApplication::processingRegistry() ) );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_PDAL_QGIS
|
|
||||||
#if PDAL_VERSION_MAJOR_INT > 1 && PDAL_VERSION_MINOR_INT >= 5
|
|
||||||
QgsApplication::processingRegistry()->addProvider( new QgsPdalAlgorithms( QgsApplication::processingRegistry() ) );
|
QgsApplication::processingRegistry()->addProvider( new QgsPdalAlgorithms( QgsApplication::processingRegistry() ) );
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef WITH_BINDINGS
|
#ifdef WITH_BINDINGS
|
||||||
if ( !( mFlags & Flag::SkipPython ) )
|
if ( !( mFlags & Flag::SkipPython ) )
|
||||||
|
@ -39,7 +39,7 @@ if(HAVE_GSL)
|
|||||||
set(TESTS ${TESTS} testqgsgcptransformer.cpp)
|
set(TESTS ${TESTS} testqgsgcptransformer.cpp)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (WITH_PDAL AND PDAL_2_5_OR_HIGHER)
|
if (WITH_PDAL)
|
||||||
set(TESTS ${TESTS} testqgsprocessingpdalalgs.cpp)
|
set(TESTS ${TESTS} testqgsprocessingpdalalgs.cpp)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user