Added missing header install line that got removed accidentally in r8236

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8270 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2008-03-25 20:08:26 +00:00
parent 60bb94823c
commit 67f2d9e07d

View File

@ -278,4 +278,4 @@ spatialindex/qgsspatialindex.h
)
INSTALL(CODE "MESSAGE(\"Installing CORE headers...\")")
INSTALL(FILES ${QGIS_CORE_HDRS} ${QGIS_CORE_MOC_HDRS} DESTINATION ${QGIS_INCLUDE_DIR})