mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -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
|
||||
# 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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user