Skip to content

Commit abda3e8

Browse files
author
timlinux
committed
Removed header install stuff for app: since app classes dont go into any lib there is little point
git-svn-id: http://svn.osgeo.org/qgis/trunk@6556 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 958e6f9 commit abda3e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,6 @@ ENDIF (APPLE)
228228

229229

230230
########## Install headers for developers to use against qgis libs
231-
INSTALL(FILES ${QGIS_APP_MOC_HDRS} DESTINATION ${QGIS_INCLUDE_DIR})
231+
#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

Comments
 (0)