Skip to content

Commit

Permalink
remove spatialindex include
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 6, 2011
1 parent dfdd2bc commit 09f98fc
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/analysis/CMakeLists.txt
Expand Up @@ -71,7 +71,6 @@ INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/../core/
${CMAKE_CURRENT_SOURCE_DIR}/../core/renderer
${CMAKE_CURRENT_SOURCE_DIR}/../core/spatialindex
${CMAKE_CURRENT_SOURCE_DIR}/../core/raster
interpolation
${PROJ_INCLUDE_DIR}
Expand Down
2 changes: 0 additions & 2 deletions src/analysis/network/CMakeLists.txt
Expand Up @@ -34,13 +34,11 @@ SET(QGIS_NETWORK_ANALYSIS_HDRS
INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}../../core/
${CMAKE_CURRENT_SOURCE_DIR}../../core/spatialindex
${PROJ_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
${GDAL_INCLUDE_DIR}
)


#############################################################
# qgis_analysis library

Expand Down
2 changes: 1 addition & 1 deletion src/app/composer/qgscomposertablewidget.cpp
Expand Up @@ -64,7 +64,7 @@ QgsComposerTableWidget::~QgsComposerTableWidget()

}

void QgsComposerTableWidget::showEvent( QShowEvent* event )
void QgsComposerTableWidget::showEvent( QShowEvent* /* event */ )
{
refreshMapComboBox();
}
Expand Down
4 changes: 1 addition & 3 deletions src/core/CMakeLists.txt
Expand Up @@ -173,8 +173,7 @@ SET(QGIS_CORE_SRCS
symbology/qgssymbologyutils.cpp

qgsspatialindex.cpp

)
)

IF(WIN32)
SET(QGIS_CORE_SRCS
Expand Down Expand Up @@ -400,7 +399,6 @@ INCLUDE_DIRECTORIES(
symbology
symbology-ng
gps/qextserialport
spatialindex/include
${PROJ_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
${GDAL_INCLUDE_DIR}
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/roadgraph/CMakeLists.txt
Expand Up @@ -28,11 +28,11 @@ INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_BINARY_DIR}
${GEOS_INCLUDE_DIR}
../../core
../../core/spatialindex
../../gui
../../analysis/network
..
)

########################################################
# Build

Expand Down
1 change: 0 additions & 1 deletion src/plugins/spatialquery/CMakeLists.txt
Expand Up @@ -35,7 +35,6 @@ INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}/../../ui/
../../core
../../core/spatialindex
../../core/raster
../../core/renderer
../../core/symbology
Expand Down
2 changes: 1 addition & 1 deletion src/providers/memory/CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@ SET (MEMORY_SRCS qgsmemoryprovider.cpp)

INCLUDE_DIRECTORIES(
.
../../core ../../core/spatialindex
../../core
${GEOS_INCLUDE_DIR}
)

Expand Down
2 changes: 1 addition & 1 deletion src/providers/spatialite/qgsspatialiteconnection.cpp
Expand Up @@ -57,7 +57,7 @@ QgsSpatiaLiteConnection::Error QgsSpatiaLiteConnection::fetchTables( bool loadGe
return FailedToOpen;
}

bool isSpatiaLite = checkHasMetadataTables( handle );
checkHasMetadataTables( handle );
if ( !mErrorMsg.isNull() )
{
// unexpected error; invalid SpatiaLite DB
Expand Down
1 change: 0 additions & 1 deletion src/providers/wfs/CMakeLists.txt
Expand Up @@ -31,7 +31,6 @@ QT4_WRAP_CPP(WFS_MOC_SRCS ${WFS_MOC_HDRS})

INCLUDE_DIRECTORIES (
../../core
../../core/spatialindex
../../gui
${CMAKE_CURRENT_BINARY_DIR}/../../ui
${GEOS_INCLUDE_DIR}
Expand Down

0 comments on commit 09f98fc

Please sign in to comment.