mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
parent
33c5548e2c
commit
0f29ec3b24
@ -15,6 +15,10 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include <QtGlobal>
|
||||
#if QT_CONFIG(process)
|
||||
|
||||
|
||||
#include "qgsalgorithmgpsbabeltools.h"
|
||||
#include "qgsvectorlayer.h"
|
||||
#include "qgsrunprocess.h"
|
||||
@ -873,3 +877,4 @@ QVariantMap QgsUploadGpsDataAlgorithm::processAlgorithm( const QVariantMap ¶
|
||||
}
|
||||
|
||||
///@endcond
|
||||
#endif // process
|
||||
|
@ -20,6 +20,10 @@
|
||||
|
||||
#define SIP_NO_FILE
|
||||
|
||||
#include <QtGlobal>
|
||||
#if QT_CONFIG(process)
|
||||
|
||||
|
||||
#include "qgis_sip.h"
|
||||
#include "qgis_analysis.h"
|
||||
#include "qgsprocessingalgorithm.h"
|
||||
@ -174,10 +178,9 @@ class ANALYSIS_EXPORT QgsUploadGpsDataAlgorithm : public QgsProcessingAlgorithm
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
///@endcond PRIVATE
|
||||
|
||||
#endif // process
|
||||
#endif // QGSALGORITHMGPSBABELTOOLS_H
|
||||
|
||||
|
||||
|
@ -87,7 +87,9 @@
|
||||
#include "qgsalgorithmforcerhr.h"
|
||||
#include "qgsalgorithmfuzzifyraster.h"
|
||||
#include "qgsalgorithmgeometrybyexpression.h"
|
||||
#if QT_CONFIG(process)
|
||||
#include "qgsalgorithmgpsbabeltools.h"
|
||||
#endif
|
||||
#include "qgsalgorithmgrid.h"
|
||||
#include "qgsalgorithmhillshade.h"
|
||||
#include "qgsalgorithmjoinbyattribute.h"
|
||||
@ -338,7 +340,9 @@ void QgsNativeAlgorithms::loadAlgorithms()
|
||||
addAlgorithm( new QgsFuzzifyRasterGaussianMembershipAlgorithm() );
|
||||
addAlgorithm( new QgsFuzzifyRasterNearMembershipAlgorithm() );
|
||||
addAlgorithm( new QgsGeometryByExpressionAlgorithm() );
|
||||
#if QT_CONFIG(process)
|
||||
addAlgorithm( new QgsConvertGpxFeatureTypeAlgorithm() );
|
||||
#endif
|
||||
addAlgorithm( new QgsConvertGpsDataAlgorithm() );
|
||||
addAlgorithm( new QgsDownloadGpsDataAlgorithm() );
|
||||
addAlgorithm( new QgsUploadGpsDataAlgorithm() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user