~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to src/plugins/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 (copyright_label delimited_text grid_maker north_arrow scale_bar launcher)
 
1
SUBDIRS (copyright_label 
 
2
  delimited_text 
 
3
  interpolation 
 
4
  north_arrow 
 
5
  scale_bar
 
6
  oracle_raster
 
7
  raster_terrain_analysis
 
8
  quick_print
 
9
  coordinate_capture
 
10
  dxf2shp_converter
 
11
  ogr_converter
 
12
  diagram_overlay
 
13
  evis
 
14
  labeling
 
15
  )
3
16
 
4
17
IF (POSTGRES_FOUND)
5
 
  SUBDIRS (geoprocessing spit)
 
18
  SUBDIRS (spit)
6
19
ENDIF (POSTGRES_FOUND)
7
20
 
8
21
IF (EXPAT_FOUND)
16
29
IF (GRASS_FOUND)
17
30
  SUBDIRS (grass)
18
31
ENDIF (GRASS_FOUND)
 
32
 
 
33
INSTALL(FILES qgisplugin.h qgsrendererplugin.h DESTINATION ${QGIS_INCLUDE_DIR})
 
34