Navigation Menu

Skip to content

Commit

Permalink
Install missing geometry header files
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 27, 2016
1 parent c913a7f commit 2e168ef
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/core/CMakeLists.txt
Expand Up @@ -840,12 +840,30 @@ SET(QGIS_CORE_HDRS
layertree/qgslayertreeutils.h

geometry/qgsabstractgeometryv2.h
geometry/qgscircularstringv2.h
geometry/qgscompoundcurvev2.h
geometry/qgscurvepolygonv2.h
geometry/qgscurvev2.h
geometry/qgsgeometrycollectionv2.h
geometry/qgsgeometryeditutils.h
geometry/qgsgeometryengine.h
geometry/qgsgeometryfactory.h
geometry/qgsgeometry.h
geometry/qgsgeometryutils.h
geometry/qgsgeos.h
geometry/qgsinternalgeometryengine.h
geometry/qgslinestringv2.h
geometry/qgsmulticurvev2.h
geometry/qgsmultilinestringv2.h
geometry/qgsmultipointv2.h
geometry/qgsmultipolygonv2.h
geometry/qgsmultisurfacev2.h
geometry/qgspointv2.h
geometry/qgspolygonv2.h
geometry/qgssurfacev2.h
geometry/qgswkbptr.h
geometry/qgswkbtypes.h
geometry/qgswkbsimplifierptr.h
geometry/qgswkbtypes.h
)

IF (QT_MOBILITY_LOCATION_FOUND OR Qt5Positioning_FOUND)
Expand Down

0 comments on commit 2e168ef

Please sign in to comment.