mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Slight folder restructuring
This commit is contained in:
parent
a03e1eeeaa
commit
61e70c93a6
@ -112,7 +112,8 @@ INCLUDE_DIRECTORIES(
|
|||||||
${CMAKE_SOURCE_DIR}/src/core/fieldformatter
|
${CMAKE_SOURCE_DIR}/src/core/fieldformatter
|
||||||
${CMAKE_SOURCE_DIR}/src/core/dxf
|
${CMAKE_SOURCE_DIR}/src/core/dxf
|
||||||
${CMAKE_SOURCE_DIR}/src/core/geometry
|
${CMAKE_SOURCE_DIR}/src/core/geometry
|
||||||
${CMAKE_SOURCE_DIR}/src/core/geonode
|
${CMAKE_SOURCE_DIR}/src/core/geocms
|
||||||
|
${CMAKE_SOURCE_DIR}/src/core/geocms/geonode
|
||||||
${CMAKE_SOURCE_DIR}/src/core/gps
|
${CMAKE_SOURCE_DIR}/src/core/gps
|
||||||
${CMAKE_SOURCE_DIR}/src/core/layertree
|
${CMAKE_SOURCE_DIR}/src/core/layertree
|
||||||
${CMAKE_SOURCE_DIR}/src/core/layout
|
${CMAKE_SOURCE_DIR}/src/core/layout
|
||||||
|
@ -516,7 +516,7 @@ INCLUDE_DIRECTORIES(
|
|||||||
${CMAKE_SOURCE_DIR}/src/core/composer
|
${CMAKE_SOURCE_DIR}/src/core/composer
|
||||||
${CMAKE_SOURCE_DIR}/src/core/dxf
|
${CMAKE_SOURCE_DIR}/src/core/dxf
|
||||||
${CMAKE_SOURCE_DIR}/src/core/geometry
|
${CMAKE_SOURCE_DIR}/src/core/geometry
|
||||||
${CMAKE_SOURCE_DIR}/src/core/geonode
|
${CMAKE_SOURCE_DIR}/src/core/geocms/geonode
|
||||||
${CMAKE_SOURCE_DIR}/src/core/metadata
|
${CMAKE_SOURCE_DIR}/src/core/metadata
|
||||||
${CMAKE_SOURCE_DIR}/src/core/layertree
|
${CMAKE_SOURCE_DIR}/src/core/layertree
|
||||||
${CMAKE_SOURCE_DIR}/src/core/providers/memory
|
${CMAKE_SOURCE_DIR}/src/core/providers/memory
|
||||||
@ -563,7 +563,7 @@ INCLUDE_DIRECTORIES(
|
|||||||
../core/composer
|
../core/composer
|
||||||
../core/dxf
|
../core/dxf
|
||||||
../core/geometry
|
../core/geometry
|
||||||
../core/geonode
|
../core/geocms/geonode
|
||||||
../core/layout
|
../core/layout
|
||||||
../core/metadata
|
../core/metadata
|
||||||
../core/layertree
|
../core/layertree
|
||||||
|
@ -466,8 +466,8 @@ SET(QGIS_CORE_SRCS
|
|||||||
fieldformatter/qgsvaluemapfieldformatter.cpp
|
fieldformatter/qgsvaluemapfieldformatter.cpp
|
||||||
fieldformatter/qgsvaluerelationfieldformatter.cpp
|
fieldformatter/qgsvaluerelationfieldformatter.cpp
|
||||||
|
|
||||||
geonode/qgsgeonodeconnection.cpp
|
geocms/geonode/qgsgeonodeconnection.cpp
|
||||||
geonode/qgsgeonoderequest.cpp
|
geocms/geonode/qgsgeonoderequest.cpp
|
||||||
|
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/qgsexpression_texts.cpp
|
${CMAKE_CURRENT_BINARY_DIR}/qgsexpression_texts.cpp
|
||||||
|
|
||||||
@ -683,7 +683,7 @@ SET(QGIS_CORE_MOC_HDRS
|
|||||||
|
|
||||||
geometry/qgspoint.h
|
geometry/qgspoint.h
|
||||||
|
|
||||||
geonode/qgsgeonoderequest.h
|
geocms/geonode/qgsgeonoderequest.h
|
||||||
|
|
||||||
gps/qgsgpsconnection.h
|
gps/qgsgpsconnection.h
|
||||||
gps/qgsgpsdetector.h
|
gps/qgsgpsdetector.h
|
||||||
@ -1089,7 +1089,7 @@ SET(QGIS_CORE_HDRS
|
|||||||
fieldformatter/qgsvaluemapfieldformatter.h
|
fieldformatter/qgsvaluemapfieldformatter.h
|
||||||
fieldformatter/qgsvaluerelationfieldformatter.h
|
fieldformatter/qgsvaluerelationfieldformatter.h
|
||||||
|
|
||||||
geonode/qgsgeonodeconnection.h
|
geocms/geonode/qgsgeonodeconnection.h
|
||||||
|
|
||||||
metadata/qgslayermetadata.h
|
metadata/qgslayermetadata.h
|
||||||
metadata/qgslayermetadatavalidator.h
|
metadata/qgslayermetadatavalidator.h
|
||||||
@ -1114,7 +1114,8 @@ INCLUDE_DIRECTORIES(
|
|||||||
${CMAKE_SOURCE_DIR}/src/core/expression
|
${CMAKE_SOURCE_DIR}/src/core/expression
|
||||||
fieldformatter
|
fieldformatter
|
||||||
geometry
|
geometry
|
||||||
geonode
|
geocms
|
||||||
|
geocms/geonode
|
||||||
layertree
|
layertree
|
||||||
layout
|
layout
|
||||||
metadata
|
metadata
|
||||||
|
@ -843,7 +843,8 @@ INCLUDE_DIRECTORIES(
|
|||||||
${CMAKE_SOURCE_DIR}/src/core/auth
|
${CMAKE_SOURCE_DIR}/src/core/auth
|
||||||
${CMAKE_SOURCE_DIR}/src/core/composer
|
${CMAKE_SOURCE_DIR}/src/core/composer
|
||||||
${CMAKE_SOURCE_DIR}/src/core/fieldformatter
|
${CMAKE_SOURCE_DIR}/src/core/fieldformatter
|
||||||
${CMAKE_SOURCE_DIR}/src/core/geonode
|
${CMAKE_SOURCE_DIR}/src/core/geocms
|
||||||
|
${CMAKE_SOURCE_DIR}/src/core/geocms/geonode
|
||||||
${CMAKE_SOURCE_DIR}/src/core/geometry
|
${CMAKE_SOURCE_DIR}/src/core/geometry
|
||||||
${CMAKE_SOURCE_DIR}/src/core/layertree
|
${CMAKE_SOURCE_DIR}/src/core/layertree
|
||||||
${CMAKE_SOURCE_DIR}/src/core/layout
|
${CMAKE_SOURCE_DIR}/src/core/layout
|
||||||
|
@ -13,7 +13,7 @@ INCLUDE_DIRECTORIES (
|
|||||||
${CMAKE_SOURCE_DIR}/src/core
|
${CMAKE_SOURCE_DIR}/src/core
|
||||||
${CMAKE_SOURCE_DIR}/src/core/expression
|
${CMAKE_SOURCE_DIR}/src/core/expression
|
||||||
${CMAKE_SOURCE_DIR}/src/core/geometry
|
${CMAKE_SOURCE_DIR}/src/core/geometry
|
||||||
${CMAKE_SOURCE_DIR}/src/core/geonode
|
${CMAKE_SOURCE_DIR}/src/core/geocms/geonode
|
||||||
${CMAKE_SOURCE_DIR}/src/core/auth
|
${CMAKE_SOURCE_DIR}/src/core/auth
|
||||||
${CMAKE_SOURCE_DIR}/src/core/metadata
|
${CMAKE_SOURCE_DIR}/src/core/metadata
|
||||||
${CMAKE_SOURCE_DIR}/src/gui
|
${CMAKE_SOURCE_DIR}/src/gui
|
||||||
|
@ -50,7 +50,7 @@ INCLUDE_DIRECTORIES (
|
|||||||
${CMAKE_SOURCE_DIR}/src/core/expression
|
${CMAKE_SOURCE_DIR}/src/core/expression
|
||||||
${CMAKE_SOURCE_DIR}/src/core/geometry
|
${CMAKE_SOURCE_DIR}/src/core/geometry
|
||||||
${CMAKE_SOURCE_DIR}/src/core/symbology # needed by qgsvectorfilewriter.h
|
${CMAKE_SOURCE_DIR}/src/core/symbology # needed by qgsvectorfilewriter.h
|
||||||
${CMAKE_SOURCE_DIR}/src/core/geonode
|
${CMAKE_SOURCE_DIR}/src/core/geocms/geonode
|
||||||
${CMAKE_SOURCE_DIR}/src/core/metadata
|
${CMAKE_SOURCE_DIR}/src/core/metadata
|
||||||
${CMAKE_SOURCE_DIR}/src/gui
|
${CMAKE_SOURCE_DIR}/src/gui
|
||||||
${CMAKE_SOURCE_DIR}/src/gui/auth
|
${CMAKE_SOURCE_DIR}/src/gui/auth
|
||||||
|
@ -38,7 +38,7 @@ INCLUDE_DIRECTORIES(
|
|||||||
${CMAKE_SOURCE_DIR}/src/core/auth
|
${CMAKE_SOURCE_DIR}/src/core/auth
|
||||||
${CMAKE_SOURCE_DIR}/src/core/expression
|
${CMAKE_SOURCE_DIR}/src/core/expression
|
||||||
${CMAKE_SOURCE_DIR}/src/core/geometry
|
${CMAKE_SOURCE_DIR}/src/core/geometry
|
||||||
${CMAKE_SOURCE_DIR}/src/core/geonode
|
${CMAKE_SOURCE_DIR}/src/core/geocms/geonode
|
||||||
${CMAKE_SOURCE_DIR}/src/core/raster
|
${CMAKE_SOURCE_DIR}/src/core/raster
|
||||||
${CMAKE_SOURCE_DIR}/src/core/metadata
|
${CMAKE_SOURCE_DIR}/src/core/metadata
|
||||||
${CMAKE_SOURCE_DIR}/src/gui
|
${CMAKE_SOURCE_DIR}/src/gui
|
||||||
|
@ -14,7 +14,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}
|
|||||||
${CMAKE_SOURCE_DIR}/src/core/expression
|
${CMAKE_SOURCE_DIR}/src/core/expression
|
||||||
${CMAKE_SOURCE_DIR}/src/core/geometry
|
${CMAKE_SOURCE_DIR}/src/core/geometry
|
||||||
${CMAKE_SOURCE_DIR}/src/core/layout
|
${CMAKE_SOURCE_DIR}/src/core/layout
|
||||||
${CMAKE_SOURCE_DIR}/src/core/geonode
|
${CMAKE_SOURCE_DIR}/src/core/geocms/geonode
|
||||||
${CMAKE_SOURCE_DIR}/src/core/metadata
|
${CMAKE_SOURCE_DIR}/src/core/metadata
|
||||||
${CMAKE_SOURCE_DIR}/src/core/effects
|
${CMAKE_SOURCE_DIR}/src/core/effects
|
||||||
${CMAKE_SOURCE_DIR}/src/core/layertree
|
${CMAKE_SOURCE_DIR}/src/core/layertree
|
||||||
|
Loading…
x
Reference in New Issue
Block a user