Skip to content

Commit

Permalink
remove includes of binary dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Jan 13, 2021
1 parent 21828ba commit 76a2869
Show file tree
Hide file tree
Showing 50 changed files with 0 additions and 73 deletions.
2 changes: 0 additions & 2 deletions python/CMakeLists.txt
Expand Up @@ -101,15 +101,13 @@ include_directories(
${CMAKE_SOURCE_DIR}/src/plugins

${CMAKE_BINARY_DIR} # qgsconfig.h, qgsversion.h
${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/ui
${CMAKE_BINARY_DIR}/src/analysis
)

if (WITH_GUI)
include_directories(

${CMAKE_BINARY_DIR}/src/gui
)
endif()

Expand Down
1 change: 0 additions & 1 deletion src/3d/CMakeLists.txt
Expand Up @@ -203,7 +203,6 @@ target_include_directories(qgis_3d PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/symbols
${CMAKE_CURRENT_SOURCE_DIR}/terrain

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/3d
)

Expand Down
2 changes: 0 additions & 2 deletions src/app/CMakeLists.txt
Expand Up @@ -432,8 +432,6 @@ include_directories(
${CMAKE_SOURCE_DIR}/src/python
${CMAKE_SOURCE_DIR}/src/native

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/python
${CMAKE_BINARY_DIR}/src/analysis
${CMAKE_BINARY_DIR}/src/app
Expand Down
1 change: 0 additions & 1 deletion src/auth/basic/CMakeLists.txt
Expand Up @@ -11,7 +11,6 @@ set(AUTH_BASIC_HDRS
set(AUTH_BASIC_UIS qgsauthbasicedit.ui)

include_directories (
${CMAKE_BINARY_DIR}/src/gui
)

include_directories (
Expand Down
2 changes: 0 additions & 2 deletions src/auth/esritoken/CMakeLists.txt
Expand Up @@ -15,8 +15,6 @@ include_directories (
../../core/auth
../../core/geometry
../../core/metadata
${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
)
include_directories (
../../gui
Expand Down
2 changes: 0 additions & 2 deletions src/auth/identcert/CMakeLists.txt
Expand Up @@ -15,8 +15,6 @@ include_directories (
../../core/auth
../../core/geometry
../../core/metadata
${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
)
include_directories (SYSTEM
${QCA_INCLUDE_DIR}
Expand Down
2 changes: 0 additions & 2 deletions src/auth/oauth2/CMakeLists.txt
Expand Up @@ -82,8 +82,6 @@ include_directories (SYSTEM
)
include_directories (
${CMAKE_SOURCE_DIR}/src/auth/oauth2
${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui
${CMAKE_BINARY_DIR}/src/ui/auth
${CMAKE_BINARY_DIR}/src/auth/oauth2
Expand Down
2 changes: 0 additions & 2 deletions src/auth/pkipaths/CMakeLists.txt
Expand Up @@ -15,8 +15,6 @@ include_directories (
../../core/auth
../../core/geometry
../../core/metadata
${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
)
include_directories (SYSTEM
${QCA_INCLUDE_DIR}
Expand Down
2 changes: 0 additions & 2 deletions src/auth/pkipkcs12/CMakeLists.txt
Expand Up @@ -15,8 +15,6 @@ include_directories (
../../core/auth
../../core/geometry
../../core/metadata
${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
)
include_directories (SYSTEM
${QCA_INCLUDE_DIR}
Expand Down
1 change: 0 additions & 1 deletion src/crssync/CMakeLists.txt
Expand Up @@ -3,7 +3,6 @@ add_executable(crssync main.cpp)
include_directories(
../core
../core/geometry
${CMAKE_BINARY_DIR}/src/core
)
include_directories(SYSTEM
${GDAL_INCLUDE_DIR}
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/geometry_checker/CMakeLists.txt
Expand Up @@ -37,8 +37,6 @@ add_library (geometrycheckerplugin MODULE ${geometrychecker_HDRS} ${geometrych
include_directories(
${CMAKE_SOURCE_DIR}/src/plugins

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/analysis

${CMAKE_CURRENT_BINARY_DIR}
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/gps_importer/CMakeLists.txt
Expand Up @@ -27,8 +27,6 @@ add_library (gpsimporterplugin MODULE ${GPS_SRCS} ${GPS_RCCS} ${GPS_UIS_H})
include_directories(
${CMAKE_SOURCE_DIR}/src/plugins

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_CURRENT_BINARY_DIR}
)

Expand Down
2 changes: 0 additions & 2 deletions src/plugins/grass/CMakeLists.txt
Expand Up @@ -152,8 +152,6 @@ include_directories(
${CMAKE_SOURCE_DIR}/src/app
${CMAKE_SOURCE_DIR}/src/providers/grass

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui
${CMAKE_BINARY_DIR}/src/app
${CMAKE_CURRENT_BINARY_DIR}
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/offline_editing/CMakeLists.txt
Expand Up @@ -40,8 +40,6 @@ include_directories(SYSTEM
include_directories(
${CMAKE_SOURCE_DIR}/src/plugins

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_CURRENT_BINARY_DIR}
)

Expand Down
2 changes: 0 additions & 2 deletions src/plugins/topology/CMakeLists.txt
Expand Up @@ -32,8 +32,6 @@ include_directories(SYSTEM
include_directories(
${CMAKE_SOURCE_DIR}/src/plugins

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui
${CMAKE_CURRENT_BINARY_DIR}
)
Expand Down
1 change: 0 additions & 1 deletion src/process/CMakeLists.txt
Expand Up @@ -38,7 +38,6 @@ endif()
include_directories(
${CMAKE_SOURCE_DIR}/src/python

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/python
${CMAKE_BINARY_DIR}/src/analysis
)
Expand Down
2 changes: 0 additions & 2 deletions src/providers/arcgisrest/CMakeLists.txt
@@ -1,8 +1,6 @@
include_directories(

${CMAKE_BINARY_DIR}/src/ui
${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
)

if (WITH_GUI)
Expand Down
1 change: 0 additions & 1 deletion src/providers/db2/CMakeLists.txt
Expand Up @@ -36,7 +36,6 @@ endif()
include_directories(
${CMAKE_SOURCE_DIR}/src/ui

${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui
)

Expand Down
1 change: 0 additions & 1 deletion src/providers/delimitedtext/CMakeLists.txt
Expand Up @@ -20,7 +20,6 @@ endif()

include_directories(

${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui
)

Expand Down
1 change: 0 additions & 1 deletion src/providers/geonode/CMakeLists.txt
Expand Up @@ -18,7 +18,6 @@ endif()

include_directories(

${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui
)

Expand Down
2 changes: 0 additions & 2 deletions src/providers/gpx/CMakeLists.txt
Expand Up @@ -13,8 +13,6 @@ set (GPX_SRCS

include_directories(

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
)
include_directories (SYSTEM
)
Expand Down
2 changes: 0 additions & 2 deletions src/providers/grass/CMakeLists.txt
Expand Up @@ -4,8 +4,6 @@

include_directories(

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/providers/grass
${CMAKE_CURRENT_BINARY_DIR}
)
Expand Down
2 changes: 0 additions & 2 deletions src/providers/hana/CMakeLists.txt
Expand Up @@ -63,8 +63,6 @@ ENDIF ()
INCLUDE_DIRECTORIES(
${CMAKE_SOURCE_DIR}/external/odbccpp/src

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui
)

Expand Down
1 change: 0 additions & 1 deletion src/providers/mdal/CMakeLists.txt
Expand Up @@ -170,7 +170,6 @@ endif()

include_directories (

${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui
)

Expand Down
2 changes: 0 additions & 2 deletions src/providers/mssql/CMakeLists.txt
Expand Up @@ -28,8 +28,6 @@ set(MSSQL_HDRS

include_directories(

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui
)

Expand Down
2 changes: 0 additions & 2 deletions src/providers/oracle/CMakeLists.txt
Expand Up @@ -33,8 +33,6 @@ set(ORACLE_HDRS

include_directories(

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui
)
include_directories(SYSTEM
Expand Down
1 change: 0 additions & 1 deletion src/providers/ows/CMakeLists.txt
Expand Up @@ -5,7 +5,6 @@ set(OWS_SRCS

include_directories (

${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui
)
include_directories(SYSTEM
Expand Down
2 changes: 0 additions & 2 deletions src/providers/pdal/CMakeLists.txt
Expand Up @@ -97,8 +97,6 @@ set(UNTWINE_INCLUDE_DIRS
include_directories(
${CMAKE_SOURCE_DIR}/external/untwine/api

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui
)

Expand Down
2 changes: 0 additions & 2 deletions src/providers/postgres/CMakeLists.txt
Expand Up @@ -36,8 +36,6 @@ set(PG_HDRS

include_directories(

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui
)

Expand Down
1 change: 0 additions & 1 deletion src/providers/spatialite/CMakeLists.txt
Expand Up @@ -36,7 +36,6 @@ endif()

include_directories(

${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui
)

Expand Down
2 changes: 0 additions & 2 deletions src/providers/virtual/CMakeLists.txt
Expand Up @@ -33,8 +33,6 @@ QT5_WRAP_UI(vlayer_provider_UI_H qgsvirtuallayersourceselectbase.ui qgsembeddedl

include_directories(

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui

${CMAKE_CURRENT_BINARY_DIR} # ui_xxx_dlg.h
Expand Down
1 change: 0 additions & 1 deletion src/providers/wcs/CMakeLists.txt
Expand Up @@ -16,7 +16,6 @@ endif()

include_directories(

${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui
)

Expand Down
1 change: 0 additions & 1 deletion src/providers/wfs/CMakeLists.txt
Expand Up @@ -44,7 +44,6 @@ endif()

include_directories (

${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui
)

Expand Down
1 change: 0 additions & 1 deletion src/quickgui/CMakeLists.txt
Expand Up @@ -53,7 +53,6 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}


${CMAKE_BINARY_DIR}/src/core
)

include_directories(SYSTEM
Expand Down
1 change: 0 additions & 1 deletion src/quickgui/plugin/CMakeLists.txt
Expand Up @@ -41,7 +41,6 @@ include_directories(

${CMAKE_SOURCE_DIR}/src/quickgui

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/quickgui
)

Expand Down
2 changes: 0 additions & 2 deletions src/server/services/DummyService/CMakeLists.txt
Expand Up @@ -17,8 +17,6 @@ include_directories(
${CMAKE_SOURCE_DIR}/src/server/services
${CMAKE_SOURCE_DIR}/src/server/services/DummeyService

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/python
${CMAKE_BINARY_DIR}/src/analysis
${CMAKE_BINARY_DIR}/src/server
Expand Down
1 change: 0 additions & 1 deletion src/server/services/landingpage/CMakeLists.txt
Expand Up @@ -23,7 +23,6 @@ include_directories(
${CMAKE_SOURCE_DIR}/src/server/services
${CMAKE_SOURCE_DIR}/src/server/services/landingpage

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/python
${CMAKE_BINARY_DIR}/src/server

Expand Down
1 change: 0 additions & 1 deletion src/server/services/wcs/CMakeLists.txt
Expand Up @@ -26,7 +26,6 @@ include_directories(
${CMAKE_SOURCE_DIR}/src/server/services
${CMAKE_SOURCE_DIR}/src/server/services/wcs

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/python
${CMAKE_BINARY_DIR}/src/analysis
${CMAKE_BINARY_DIR}/src/server
Expand Down
1 change: 0 additions & 1 deletion src/server/services/wfs/CMakeLists.txt
Expand Up @@ -34,7 +34,6 @@ include_directories(
${CMAKE_SOURCE_DIR}/src/server/services
${CMAKE_SOURCE_DIR}/src/server/services/wfs

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/python
${CMAKE_BINARY_DIR}/src/analysis
${CMAKE_BINARY_DIR}/src/server
Expand Down
1 change: 0 additions & 1 deletion src/server/services/wfs3/CMakeLists.txt
Expand Up @@ -24,7 +24,6 @@ include_directories(
${CMAKE_SOURCE_DIR}/src/server/services
${CMAKE_SOURCE_DIR}/src/server/services/wfs3

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/python
${CMAKE_BINARY_DIR}/src/analysis
${CMAKE_BINARY_DIR}/src/server
Expand Down
2 changes: 0 additions & 2 deletions src/server/services/wms/CMakeLists.txt
Expand Up @@ -44,8 +44,6 @@ include_directories(
${CMAKE_SOURCE_DIR}/src/server/services
${CMAKE_SOURCE_DIR}/src/server/services/wms

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/python
${CMAKE_BINARY_DIR}/src/analysis
${CMAKE_BINARY_DIR}/src/server
Expand Down
1 change: 0 additions & 1 deletion src/server/services/wmts/CMakeLists.txt
Expand Up @@ -33,7 +33,6 @@ include_directories(
${CMAKE_SOURCE_DIR}/src/server/services/wmts
${CMAKE_SOURCE_DIR}/src/server/services/wms

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/python
${CMAKE_BINARY_DIR}/src/analysis
${CMAKE_BINARY_DIR}/src/server
Expand Down
1 change: 0 additions & 1 deletion tests/bench/CMakeLists.txt
Expand Up @@ -15,7 +15,6 @@ include_directories(


${CMAKE_BINARY_DIR}
${CMAKE_BINARY_DIR}/src/core
)
include_directories(SYSTEM
${SQLITE3_INCLUDE_DIR}
Expand Down
1 change: 0 additions & 1 deletion tests/src/3d/CMakeLists.txt
Expand Up @@ -11,7 +11,6 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/src/native


${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/ui
${CMAKE_BINARY_DIR}/src/native
${CMAKE_CURRENT_BINARY_DIR}
Expand Down
1 change: 0 additions & 1 deletion tests/src/3d/sandbox/CMakeLists.txt
Expand Up @@ -7,7 +7,6 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/src/test
${CMAKE_SOURCE_DIR}/src/native

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/ui
${CMAKE_BINARY_DIR}/src/native
${CMAKE_CURRENT_BINARY_DIR}
Expand Down
1 change: 0 additions & 1 deletion tests/src/app/CMakeLists.txt
Expand Up @@ -14,7 +14,6 @@ include_directories(
${CMAKE_SOURCE_DIR}/external/nmea

${CMAKE_BINARY_DIR}/src/analysis
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/python
${CMAKE_BINARY_DIR}/src/app
${CMAKE_BINARY_DIR}/src/ui
Expand Down

0 comments on commit 76a2869

Please sign in to comment.