Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #4356 from nyalldawson/metadata
Implement Metadata store (WP2 for QEP-91) (part 1)
  • Loading branch information
nyalldawson committed May 4, 2017
2 parents 548d61b + 8389b9a commit 341e258
Show file tree
Hide file tree
Showing 17 changed files with 2,567 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/CMakeLists.txt
Expand Up @@ -63,6 +63,7 @@ IF(WITH_APIDOC)
${CMAKE_SOURCE_DIR}/src/core/geometry
${CMAKE_SOURCE_DIR}/src/core/gps
${CMAKE_SOURCE_DIR}/src/core/layertree
${CMAKE_SOURCE_DIR}/src/core/metadata
${CMAKE_SOURCE_DIR}/src/core/pal
${CMAKE_SOURCE_DIR}/src/core/processing
${CMAKE_SOURCE_DIR}/src/core/raster
Expand Down
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Expand Up @@ -105,6 +105,7 @@ INCLUDE_DIRECTORIES(
../src/core/geometry
../src/core/gps
../src/core/layertree
../src/core/metadata
../src/core/processing
../src/core/raster
../src/core/scalebar
Expand Down Expand Up @@ -148,7 +149,6 @@ SET(SIP_CORE_CPP_FILES ${cpp_files})
INCLUDE_DIRECTORIES(
../src/gui
../src/gui/symbology-ng
../src/gui/effects
../src/plugins
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui
Expand Down
3 changes: 3 additions & 0 deletions python/core/core.sip
Expand Up @@ -276,6 +276,9 @@
%Include layertree/qgslayertreeregistrybridge.sip
%Include layertree/qgslayertreeutils.sip

%Include metadata/qgslayermetadata.sip
%Include metadata/qgslayermetadatavalidator.sip

%Include processing/qgsprocessingalgorithm.sip
%Include processing/qgsprocessingcontext.sip
%Include processing/qgsprocessingfeedback.sip
Expand Down

0 comments on commit 341e258

Please sign in to comment.