~ubuntu-branches/ubuntu/trusty/qgis/trusty

« back to all changes in this revision

Viewing changes to src/platform.pro.in

  • 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
 
#GDAL/OGR
3
 
GDAL_LIB    = @GDAL_LIB@
4
 
GDAL_CFLAGS = @GDAL_CFLAGS@
5
 
 
6
 
#Postgres
7
 
HAVE_PG = @HAVE_PG@
8
 
PG_INC  = @PG_INC@
9
 
PG_LIB  = @PG_LIB@
10
 
 
11
 
#GRASS
12
 
HAVE_GRASS = @HAVE_GRASS@
13
 
GRASS_LIB = @GRASS_LIB@ 
14
 
GRASS_INC = @GRASS_INC@ 
15