File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ raster/qgsrasterlayer.h
89
89
QT4_WRAP_CPP(QGIS_CORE_MOC_SRCS ${QGIS_CORE_MOC_HDRS} )
90
90
91
91
INCLUDE_DIRECTORIES (${CMAKE_CURRENT_SOURCE_DIR} raster renderer symbology
92
+ spatialindex/include
92
93
${QT_QTSVG_INCLUDE_DIR}
93
94
${PROJ_INCLUDE_DIR}
94
95
${SQLITE3_INCLUDE_DIR}
@@ -123,8 +124,6 @@ PATH_PREFIX(SPINDEX_SRC spatialindex SpatialIndexImpl.cc)
123
124
PATH_PREFIX(STMAN_SRC storagemanager Buffer.cc DiskStorageManager.cc MemoryStorageManager.cc RandomEvictionsBuffer.cc)
124
125
PATH_PREFIX(RTREE_SRC rtree BulkLoader.cc Index.cc Leaf.cc Node.cc RTree.cc Statistics.cc)
125
126
126
- INCLUDE_DIRECTORIES (spatialindex/include )
127
-
128
127
SET (SPINDEX_SRC ${TOOLS_SRC} ${GEOM_SRC} ${SPINDEX_SRC} ${STMAN_SRC} ${RTREE_SRC} )
129
128
130
129
PATH_PREFIX(INDEX_SRC spatialindex ${SPINDEX_SRC} )
Original file line number Diff line number Diff line change 20
20
#include " qgsfeature.h"
21
21
#include " qgsrect.h"
22
22
23
- #include < SpatialIndex.h>
23
+ #include " SpatialIndex.h"
24
24
25
25
using namespace SpatialIndex ;
26
26
You can’t perform that action at this time.
0 commit comments