2002-07-06 00:33:05 +00:00
|
|
|
######################################################################
|
|
|
|
# Automatically generated by qmake (1.02a) Thu Jul 4 08:58:21 2002
|
|
|
|
######################################################################
|
|
|
|
TARGET = qgis
|
|
|
|
TEMPLATE = app
|
|
|
|
LIBS += -L$(PGSQL)/lib -lpq++
|
|
|
|
INCLUDEPATH += $(PGSQL)/include
|
|
|
|
CONFIG += qt thread debug
|
|
|
|
|
|
|
|
# Input
|
|
|
|
HEADERS += qgsdbsourceselectbase.ui.h \
|
|
|
|
qgisapp.h \
|
2002-07-06 00:58:26 +00:00
|
|
|
qgisappbase.ui.h \
|
2002-07-06 00:33:05 +00:00
|
|
|
qgsdatabaselayer.h \
|
|
|
|
qgsdatasource.h \
|
|
|
|
qgsmapcanvas.h \
|
|
|
|
qgsmaplayer.h \
|
|
|
|
qgsrasterlayer.h \
|
|
|
|
qgsshapefilelayer.h \
|
|
|
|
qgstable.h \
|
|
|
|
qgsdbsourceselect.h \
|
2002-07-13 17:34:35 +00:00
|
|
|
qgsnewconnection.h \
|
|
|
|
qgsrect.h
|
2002-07-12 04:04:29 +00:00
|
|
|
|
2002-07-06 00:58:26 +00:00
|
|
|
INTERFACES += qgsdbsourceselectbase.ui qgisappbase.ui qgsnewconnectionbase.ui
|
2002-07-06 00:33:05 +00:00
|
|
|
SOURCES += main.cpp \
|
|
|
|
qgisapp.cpp \
|
|
|
|
qgsdatabaselayer.cpp \
|
|
|
|
qgsdatasource.cpp \
|
|
|
|
qgsmapcanvas.cpp \
|
|
|
|
qgsmaplayer.cpp \
|
|
|
|
qgsrasterlayer.cpp \
|
|
|
|
qgsdbsourceselect.cpp \
|
2002-07-13 17:34:35 +00:00
|
|
|
qgsnewconnection.cpp \
|
|
|
|
qgsrect.cpp
|