Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add more analysis header to install
- Loading branch information
Showing
with
8 additions
and
0 deletions.
-
+8
−0
src/analysis/CMakeLists.txt
|
@@ -61,6 +61,14 @@ QT4_WRAP_CPP(QGIS_ANALYSIS_MOC_SRCS ${QGIS_ANALYSIS_MOC_HDRS}) |
|
|
# install headers |
|
|
|
|
|
SET(QGIS_ANALYSIS_HDRS |
|
|
raster/qgsaspectfilter.h |
|
|
raster/qgsderivativefilter.h |
|
|
raster/qgshillshadefilter.h |
|
|
raster/qgsninecellfilter.h |
|
|
raster/qgsrastercalculator.h |
|
|
raster/qgsrelief.h |
|
|
raster/qgsruggednessfilter.h |
|
|
raster/qgsslopefilter.h |
|
|
vector/qgsgeometryanalyzer.h |
|
|
vector/qgszonalstatistics.h |
|
|
interpolation/qgsinterpolator.h |
|
|