Install plugin headers for third party plugin building support

git-svn-id: http://svn.osgeo.org/qgis/trunk@7155 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2007-08-27 22:18:04 +00:00
parent 86a99d6686
commit 2170c4db04

View File

@ -16,3 +16,6 @@ ENDIF (GSL_FOUND)
IF (GRASS_FOUND)
SUBDIRS (grass)
ENDIF (GRASS_FOUND)
INSTALL(FILES qgisplugin.h qgsrendererplugin.h DESTINATION ${QGIS_INCLUDE_DIR})