QGIS/src/platform.pro.in
gsherman 5c20a15e62 changes to build system (uses configure)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@280 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-09-19 02:56:45 +00:00

16 lines
218 B
Prolog

#GDAL/OGR
GDAL_LIB = @GDAL_LIB@
GDAL_CFLAGS = @GDAL_CFLAGS@
#Postgres
HAVE_PG = @HAVE_PG@
PG_INC = @PG_INC@
PG_LIB = @PG_LIB@
#GRASS
HAVE_GRASS = @HAVE_GRASS@
GRASS_LIB = @GRASS_LIB@
GRASS_INC = @GRASS_INC@