[QGIS Commit] r14863 - branches/raster-providers/src/providers

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Dec 8 10:36:13 EST 2010


Author: rblazek
Date: 2010-12-08 07:36:13 -0800 (Wed, 08 Dec 2010)
New Revision: 14863

Modified:
   branches/raster-providers/src/providers/CMakeLists.txt
Log:
+ gdal provider

Modified: branches/raster-providers/src/providers/CMakeLists.txt
===================================================================
--- branches/raster-providers/src/providers/CMakeLists.txt	2010-12-08 15:07:16 UTC (rev 14862)
+++ branches/raster-providers/src/providers/CMakeLists.txt	2010-12-08 15:36:13 UTC (rev 14863)
@@ -1,5 +1,5 @@
 
-SUBDIRS (memory ogr wms delimitedtext osm)
+SUBDIRS (memory ogr wms delimitedtext osm gdal)
 
 IF (POSTGRES_FOUND)
   SUBDIRS (postgres)



More information about the QGIS-commit mailing list