~ubuntu-branches/ubuntu/utopic/qgis/utopic

« back to all changes in this revision

Viewing changes to src/providers/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
SUBDIRS (ogr wms delimitedtext)
3
 
 
4
 
IF (POSTGRES_FOUND)
5
 
  SUBDIRS (postgres)
6
 
ENDIF (POSTGRES_FOUND)
7
 
 
8
 
IF (EXPAT_FOUND)
9
 
  SUBDIRS (gpx wfs)
10
 
ENDIF (EXPAT_FOUND)
11
 
 
12
 
IF (GRASS_FOUND)
13
 
  SUBDIRS (grass)
14
 
ENDIF (GRASS_FOUND)
 
1
 
 
2
SUBDIRS (memory ogr wms delimitedtext osm)
 
3
 
 
4
IF (POSTGRES_FOUND)
 
5
  SUBDIRS (postgres)
 
6
ENDIF (POSTGRES_FOUND)
 
7
 
 
8
IF (SPATIALITE_FOUND OR WITH_INTERNAL_SPATIALITE)
 
9
  SUBDIRS (spatialite)
 
10
ENDIF (SPATIALITE_FOUND OR WITH_INTERNAL_SPATIALITE)
 
11
 
 
12
IF (EXPAT_FOUND)
 
13
  SUBDIRS (gpx wfs)
 
14
ENDIF (EXPAT_FOUND)
 
15
 
 
16
IF (GRASS_FOUND)
 
17
  SUBDIRS (grass)
 
18
ENDIF (GRASS_FOUND)