File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -220,5 +220,5 @@ symbology/qgssymbologyutils.h
220
220
spatialindex/qgsspatialindex.h
221
221
)
222
222
223
- INSTALL (CODE "MESSAGE(\" Installing headers...\" )" )
224
- INSTALL (FILES ${QGIS_CORE_HDRS} DESTINATION ${QGIS_INCLUDE_DIR} )
223
+ INSTALL (CODE "MESSAGE(\" Installing CORE headers...\" )" )
224
+ INSTALL (FILES ${QGIS_CORE_HDRS} ${QGIS_CORE_MOC_HDRS} DESTINATION ${QGIS_INCLUDE_DIR} )
Original file line number Diff line number Diff line change @@ -65,3 +65,29 @@ TARGET_LINK_LIBRARIES(qgis_gui
65
65
INSTALL (TARGETS qgis_gui
66
66
RUNTIME DESTINATION ${QGIS_BIN_DIR}
67
67
LIBRARY DESTINATION lib )
68
+
69
+ # for installing headers
70
+
71
+ SET (QGIS_GUI_HDRS
72
+ qgisgui.h
73
+ qgisinterface.h
74
+ qgscolorbutton.h
75
+ qgscursors.h
76
+ qgsencodingfiledialog.h
77
+ qgslayerprojectionselector.h
78
+ qgsmapcanvas.h
79
+ qgsmapcanvasitem.h
80
+ qgsmapcanvasmap.h
81
+ qgsmapoverviewcanvas.h
82
+ qgsmaptool.h
83
+ qgsmaptoolpan.h
84
+ qgsmaptoolzoom.h
85
+ qgsmessageviewer.h
86
+ qgsprojectionselector.h
87
+ qgsrubberband.h
88
+ qgsvertexmarker.h
89
+ )
90
+
91
+
92
+ INSTALL (CODE "MESSAGE(\" Installing GUI headers...\" )" )
93
+ INSTALL (FILES ${QGIS_GUI_HDRS} ${QGIS_GUI_MOC_HDRS} DESTINATION ${QGIS_INCLUDE_DIR} )
You can’t perform that action at this time.
0 commit comments