We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958e6f9 commit abda3e8Copy full SHA for abda3e8
src/app/CMakeLists.txt
@@ -228,4 +228,6 @@ ENDIF (APPLE)
228
229
230
########## Install headers for developers to use against qgis libs
231
-INSTALL(FILES ${QGIS_APP_MOC_HDRS} DESTINATION ${QGIS_INCLUDE_DIR})
+#commented out since app classes dont go into any lib there is little point
232
+#INSTALL(FILES ${CMAKE_BINARY_DIR}/src/ui/ui_qgsmeasurebase.h DESTINATION ${QGIS_INCLUDE_DIR})
233
+#INSTALL(FILES ${QGIS_APP_MOC_HDRS} DESTINATION ${QGIS_INCLUDE_DIR})
0 commit comments