Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Install headers for app dir too
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6555 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 9, 2007
1 parent 77492f5 commit eec2790
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/CMakeLists.txt
Expand Up @@ -225,3 +225,7 @@ IF (APPLE)
ELSE (APPLE)
INSTALL(TARGETS qgis RUNTIME DESTINATION ${QGIS_BIN_DIR})
ENDIF (APPLE)


########## Install headers for developers to use against qgis libs
INSTALL(FILES ${QGIS_APP_MOC_HDRS} DESTINATION ${QGIS_INCLUDE_DIR})

0 comments on commit eec2790

Please sign in to comment.