mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
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:
parent
36da2795fd
commit
aac018a118
12
src/Makefile
12
src/Makefile
@ -1,6 +1,6 @@
|
|||||||
#############################################################################
|
#############################################################################
|
||||||
# Makefile for building: qgis
|
# 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
|
# Project: src.pro
|
||||||
# Template: app
|
# Template: app
|
||||||
# Command: $(QMAKE) src.pro
|
# Command: $(QMAKE) src.pro
|
||||||
@ -12,8 +12,8 @@ CC = gcc
|
|||||||
CXX = g++
|
CXX = g++
|
||||||
LEX = flex
|
LEX = flex
|
||||||
YACC = yacc
|
YACC = yacc
|
||||||
CFLAGS = -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 -DQT_THREAD_SUPPORT
|
CXXFLAGS = -pipe -Wall -W -g -D_REENTRANT -DPGDB -DQT_THREAD_SUPPORT
|
||||||
LEXFLAGS =
|
LEXFLAGS =
|
||||||
YACCFLAGS= -d
|
YACCFLAGS= -d
|
||||||
INCPATH = -I$(PGSQL)/include -I$(QTDIR)/include -I$(QTDIR)/mkspecs/default
|
INCPATH = -I$(PGSQL)/include -I$(QTDIR)/include -I$(QTDIR)/mkspecs/default
|
||||||
@ -274,6 +274,7 @@ qgsdatabaselayer.o: qgsdatabaselayer.cpp qgis.h \
|
|||||||
qgspoint.h \
|
qgspoint.h \
|
||||||
qgsdatabaselayer.h \
|
qgsdatabaselayer.h \
|
||||||
qgsidentifyresults.h \
|
qgsidentifyresults.h \
|
||||||
|
qgsattributetable.h \
|
||||||
qgsattributetabledisplay.h \
|
qgsattributetabledisplay.h \
|
||||||
qgsmaplayer.h \
|
qgsmaplayer.h \
|
||||||
qgsdatasource.h \
|
qgsdatasource.h \
|
||||||
@ -318,11 +319,14 @@ qgsshapefilelayer.o: qgsshapefilelayer.cpp qgsrect.h \
|
|||||||
qgscoordinatetransform.h \
|
qgscoordinatetransform.h \
|
||||||
qgsshapefilelayer.h \
|
qgsshapefilelayer.h \
|
||||||
qgsidentifyresults.h \
|
qgsidentifyresults.h \
|
||||||
|
qgsattributetable.h \
|
||||||
|
qgsattributetabledisplay.h \
|
||||||
qgsmaplayer.h \
|
qgsmaplayer.h \
|
||||||
qgsdatasource.h \
|
qgsdatasource.h \
|
||||||
qgis.h \
|
qgis.h \
|
||||||
qgssymbol.h \
|
qgssymbol.h \
|
||||||
qgsidentifyresultsbase.h
|
qgsidentifyresultsbase.h \
|
||||||
|
qgsattributetablebase.h
|
||||||
|
|
||||||
qgsdbsourceselect.o: qgsdbsourceselect.cpp xpm/point_layer.xpm \
|
qgsdbsourceselect.o: qgsdbsourceselect.cpp xpm/point_layer.xpm \
|
||||||
xpm/line_layer.xpm \
|
xpm/line_layer.xpm \
|
||||||
|
@ -6,7 +6,7 @@ TEMPLATE = app
|
|||||||
LIBS += -L$(PGSQL)/lib -lpq++ -lgdal
|
LIBS += -L$(PGSQL)/lib -lpq++ -lgdal
|
||||||
INCLUDEPATH += $(PGSQL)/include
|
INCLUDEPATH += $(PGSQL)/include
|
||||||
CONFIG += qt thread debug
|
CONFIG += qt thread debug
|
||||||
|
DEFINES += PGDB
|
||||||
# Input
|
# Input
|
||||||
HEADERS += qgsdbsourceselectbase.ui.h \
|
HEADERS += qgsdbsourceselectbase.ui.h \
|
||||||
qgisapp.h \
|
qgisapp.h \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user