diff --git a/src/Makefile b/src/Makefile index feabf577088..8419859c1a5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 \ diff --git a/src/src.pro b/src/src.pro index 37df82aba3a..32ffa6626e2 100644 --- a/src/src.pro +++ b/src/src.pro @@ -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 \