[QGIS Commit] r8270 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Mar 25 16:08:26 EDT 2008


Author: timlinux
Date: 2008-03-25 16:08:26 -0400 (Tue, 25 Mar 2008)
New Revision: 8270

Modified:
   trunk/qgis/src/core/CMakeLists.txt
Log:
Added missing header install line that got removed accidentally in r8236


Modified: trunk/qgis/src/core/CMakeLists.txt
===================================================================
--- trunk/qgis/src/core/CMakeLists.txt	2008-03-25 20:06:25 UTC (rev 8269)
+++ trunk/qgis/src/core/CMakeLists.txt	2008-03-25 20:08:26 UTC (rev 8270)
@@ -278,4 +278,4 @@
 )
 
 INSTALL(CODE "MESSAGE(\"Installing CORE headers...\")")
-
+INSTALL(FILES ${QGIS_CORE_HDRS} ${QGIS_CORE_MOC_HDRS} DESTINATION ${QGIS_INCLUDE_DIR}) 



More information about the QGIS-commit mailing list