mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
qmake .pro file for building QGis without PostgreSQL support
git-svn-id: http://svn.osgeo.org/qgis/trunk@156 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
4154fb4835
commit
d39869b983
58
src/src_no_pg.pro
Normal file
58
src/src_no_pg.pro
Normal file
@ -0,0 +1,58 @@
|
||||
######################################################################
|
||||
# Automatically generated by qmake (1.02a) Thu Jul 4 08:58:21 2002
|
||||
######################################################################
|
||||
TARGET = qgis
|
||||
TEMPLATE = app
|
||||
LIBS += -lgdal
|
||||
|
||||
CONFIG += qt thread debug
|
||||
|
||||
# Input
|
||||
HEADERS += qgisapp.h \
|
||||
qgisappbase.ui.h \
|
||||
qgsdatasource.h \
|
||||
qgsmapcanvas.h \
|
||||
qgsmaplayer.h \
|
||||
qgsrasterlayer.h \
|
||||
qgsshapefilelayer.h \
|
||||
qgstable.h \
|
||||
qgsrect.h \
|
||||
qgspoint.h \
|
||||
qgscoordinatetransform.h \
|
||||
qgssymbol.h \
|
||||
qgsmarkersymbol.h \
|
||||
qgslinesymbol.h \
|
||||
qgspolygonsymbol.h \
|
||||
qgslegend.h \
|
||||
qgslegenditem.h \
|
||||
qgslayerproperties.h \
|
||||
qgsidentifyresults.h \
|
||||
qgsattributetable.h \
|
||||
qgsattributetabledisplay.h
|
||||
|
||||
INTERFACES += qgisappbase.ui \
|
||||
qgslegenditembase.ui \
|
||||
qgsabout.ui \
|
||||
qgslayerpropertiesbase.ui \
|
||||
qgsidentifyresultsbase.ui \
|
||||
qgsattributetablebase.ui
|
||||
SOURCES += main.cpp \
|
||||
qgisapp.cpp \
|
||||
qgsdatasource.cpp \
|
||||
qgsmapcanvas.cpp \
|
||||
qgsmaplayer.cpp \
|
||||
qgsrasterlayer.cpp \
|
||||
qgsshapefilelayer.cpp \
|
||||
qgsrect.cpp \
|
||||
qgspoint.cpp \
|
||||
qgscoordinatetransform.cpp \
|
||||
qgslegend.cpp \
|
||||
qgslegenditem.cpp \
|
||||
qgssymbol.cpp \
|
||||
qgsmarkersymbol.cpp \
|
||||
qgslinesymbol.cpp \
|
||||
qgspolygonsymbol.cpp \
|
||||
qgslayerproperties.cpp \
|
||||
qgsidentifyresults.cpp \
|
||||
qgsattributetable.cpp \
|
||||
qgsattributetabledisplay.cpp
|
Loading…
x
Reference in New Issue
Block a user