Skip to content

Commit

Permalink
Fixes from Martin for mac build issues
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6527 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 5, 2007
1 parent b6c97d1 commit 50e5041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/core/CMakeLists.txt
Expand Up @@ -89,6 +89,7 @@ raster/qgsrasterlayer.h
QT4_WRAP_CPP(QGIS_CORE_MOC_SRCS ${QGIS_CORE_MOC_HDRS})

INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR} raster renderer symbology
spatialindex/include
${QT_QTSVG_INCLUDE_DIR}
${PROJ_INCLUDE_DIR}
${SQLITE3_INCLUDE_DIR}
Expand Down Expand Up @@ -123,8 +124,6 @@ PATH_PREFIX(SPINDEX_SRC spatialindex SpatialIndexImpl.cc)
PATH_PREFIX(STMAN_SRC storagemanager Buffer.cc DiskStorageManager.cc MemoryStorageManager.cc RandomEvictionsBuffer.cc)
PATH_PREFIX(RTREE_SRC rtree BulkLoader.cc Index.cc Leaf.cc Node.cc RTree.cc Statistics.cc)

INCLUDE_DIRECTORIES(spatialindex/include)

SET(SPINDEX_SRC ${TOOLS_SRC} ${GEOM_SRC} ${SPINDEX_SRC} ${STMAN_SRC} ${RTREE_SRC})

PATH_PREFIX(INDEX_SRC spatialindex ${SPINDEX_SRC})
Expand Down
2 changes: 1 addition & 1 deletion src/core/spatialindex/qgsspatialindex.cpp
Expand Up @@ -20,7 +20,7 @@
#include "qgsfeature.h"
#include "qgsrect.h"

#include <SpatialIndex.h>
#include "SpatialIndex.h"

using namespace SpatialIndex;

Expand Down

0 comments on commit 50e5041

Please sign in to comment.