Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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/qgis@6556 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 9, 2007
1 parent eec2790 commit 68f0d84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/CMakeLists.txt
Expand Up @@ -228,4 +228,6 @@ ENDIF (APPLE)


########## Install headers for developers to use against qgis libs
INSTALL(FILES ${QGIS_APP_MOC_HDRS} DESTINATION ${QGIS_INCLUDE_DIR})
#commented out since app classes dont go into any lib there is little point
#INSTALL(FILES ${CMAKE_BINARY_DIR}/src/ui/ui_qgsmeasurebase.h DESTINATION ${QGIS_INCLUDE_DIR})
#INSTALL(FILES ${QGIS_APP_MOC_HDRS} DESTINATION ${QGIS_INCLUDE_DIR})

0 comments on commit 68f0d84

Please sign in to comment.