Changes to support full build (includes PostgreSQL)

git-svn-id: http://svn.osgeo.org/qgis/trunk@159 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2002-11-30 20:26:13 +00:00
parent 36da2795fd
commit aac018a118
2 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#############################################################################
# Makefile for building: qgis
# Generated by qmake (1.03a) on: Sat Nov 23 15:07:42 2002
# Generated by qmake (1.03a) on: Sat Nov 30 12:18:33 2002
# Project: src.pro
# Template: app
# Command: $(QMAKE) src.pro
@ -12,8 +12,8 @@ CC = gcc
CXX = g++
LEX = flex
YACC = yacc
CFLAGS = -pipe -Wall -W -g -D_REENTRANT -DQT_THREAD_SUPPORT
CXXFLAGS = -pipe -Wall -W -g -D_REENTRANT -DQT_THREAD_SUPPORT
CFLAGS = -pipe -Wall -W -g -D_REENTRANT -DPGDB -DQT_THREAD_SUPPORT
CXXFLAGS = -pipe -Wall -W -g -D_REENTRANT -DPGDB -DQT_THREAD_SUPPORT
LEXFLAGS =
YACCFLAGS= -d
INCPATH = -I$(PGSQL)/include -I$(QTDIR)/include -I$(QTDIR)/mkspecs/default
@ -274,6 +274,7 @@ qgsdatabaselayer.o: qgsdatabaselayer.cpp qgis.h \
qgspoint.h \
qgsdatabaselayer.h \
qgsidentifyresults.h \
qgsattributetable.h \
qgsattributetabledisplay.h \
qgsmaplayer.h \
qgsdatasource.h \
@ -318,11 +319,14 @@ qgsshapefilelayer.o: qgsshapefilelayer.cpp qgsrect.h \
qgscoordinatetransform.h \
qgsshapefilelayer.h \
qgsidentifyresults.h \
qgsattributetable.h \
qgsattributetabledisplay.h \
qgsmaplayer.h \
qgsdatasource.h \
qgis.h \
qgssymbol.h \
qgsidentifyresultsbase.h
qgsidentifyresultsbase.h \
qgsattributetablebase.h
qgsdbsourceselect.o: qgsdbsourceselect.cpp xpm/point_layer.xpm \
xpm/line_layer.xpm \

View File

@ -6,7 +6,7 @@ TEMPLATE = app
LIBS += -L$(PGSQL)/lib -lpq++ -lgdal
INCLUDEPATH += $(PGSQL)/include
CONFIG += qt thread debug
DEFINES += PGDB
# Input
HEADERS += qgsdbsourceselectbase.ui.h \
qgisapp.h \