Skip to content

Commit 9e0043c

Browse files
committed
include qgswkbptr.h in install
1 parent 7128a35 commit 9e0043c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/core/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,11 +795,12 @@ SET(QGIS_CORE_HDRS
795795
layertree/qgslayertree.h
796796
layertree/qgslayertreeutils.h
797797

798+
geometry/qgsabstractgeometryv2.h
798799
geometry/qgsgeometry.h
799800
geometry/qgsinternalgeometryengine.h
800-
geometry/qgsabstractgeometryv2.h
801-
geometry/qgswkbtypes.h
802801
geometry/qgspointv2.h
802+
geometry/qgswkbptr.h
803+
geometry/qgswkbtypes.h
803804
)
804805

805806
IF (QT_MOBILITY_LOCATION_FOUND OR Qt5Positioning_FOUND)

0 commit comments

Comments
 (0)