mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Qmake project file for QGIS src directory
This file is used by qmake to generate the Makefile for building QGIS on Windows git-svn-id: http://svn.osgeo.org/qgis/trunk@1659 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
940459df1e
commit
b0bc232313
186
src/src.pro
Normal file
186
src/src.pro
Normal file
@ -0,0 +1,186 @@
|
||||
######################################################################
|
||||
# Qmake project file for QGIS src directory
|
||||
# This file is used by qmake to generate the Makefile for building
|
||||
# QGIS on Windows
|
||||
#
|
||||
# src.pro,v 1.38 2004/06/23 02:15:34 gsherman Exp
|
||||
######################################################################
|
||||
|
||||
TEMPLATE = app
|
||||
TARGET = qgis
|
||||
INCLUDEPATH += . $(GDAL)\include \
|
||||
$(POSTGRESQL)\src\interfaces\libpq \
|
||||
$(POSTGRESQL)\src\include
|
||||
LIBS += $(GDAL)\lib\gdal_i.lib \
|
||||
$(POSTGRESQL)\src\interfaces\libpq\Release\libpq.lib
|
||||
#DEFINES+= QGISDEBUG
|
||||
CONFIG += qt thread rtti debug
|
||||
# Input
|
||||
HEADERS += qgis.h \
|
||||
qgisapp.h \
|
||||
qgisappbase.ui.h \
|
||||
qgisiface.h \
|
||||
qgisinterface.h \
|
||||
qgsabout.ui.h \
|
||||
qgsattributetable.h \
|
||||
qgsattributetablebase.ui.h \
|
||||
qgsattributetabledisplay.h \
|
||||
qgsconfig.h \
|
||||
qgscontcoldialog.h \
|
||||
qgscontinuouscolrenderer.h \
|
||||
qgscoordinatetransform.h \
|
||||
qgscustomsymbol.h \
|
||||
qgsdatabaselayer.h \
|
||||
qgsdataprovider.h \
|
||||
qgsdatasource.h \
|
||||
qgsdbsourceselect.h \
|
||||
qgsdbsourceselectbase.ui.h \
|
||||
qgsdlgvectorlayerproperties.h \
|
||||
qgsfeature.h \
|
||||
qgsfeatureattribute.h \
|
||||
qgsfield.h \
|
||||
qgsgraduatedmarenderer.h \
|
||||
qgsgraduatedsymrenderer.h \
|
||||
qgsgramadialog.h \
|
||||
qgsgramaextensionwidget.h \
|
||||
qgsgrasydialog.h \
|
||||
qgsgrasyextensionwidget.h \
|
||||
qgshelpviewer.h \
|
||||
qgshelpviewerbase.ui.h \
|
||||
qgsidentifyresults.h \
|
||||
qgslegend.h \
|
||||
qgslegenditem.h \
|
||||
qgslinestyledialog.h \
|
||||
qgslinesymbol.h \
|
||||
qgsmapcanvas.h \
|
||||
qgsmaplayer.h \
|
||||
qgsmaplayerinterface.h \
|
||||
qgsmaplayerregistry.h \
|
||||
qgsmapserverexport.h \
|
||||
qgsmapserverexportbase.ui.h \
|
||||
qgsmarkerdialog.h \
|
||||
qgsmarkersymbol.h \
|
||||
qgsmessageviewer.ui.h \
|
||||
qgsnewconnection.h \
|
||||
qgsoptions.h \
|
||||
qgsoptionsbase.ui.h \
|
||||
qgspatterndialog.h \
|
||||
qgspluginitem.h \
|
||||
qgspluginmanager.h \
|
||||
qgspluginmetadata.h \
|
||||
qgspluginregistry.h \
|
||||
qgspoint.h \
|
||||
qgspolygonsymbol.h \
|
||||
qgsprojectio.h \
|
||||
qgsprojectproperties.h \
|
||||
qgsprojectpropertiesbase.ui.h \
|
||||
qgsprovidermetadata.h \
|
||||
qgsproviderregistry.h \
|
||||
qgsrangerenderitem.h \
|
||||
qgsrasterlayer.h \
|
||||
qgsrasterlayerproperties.h \
|
||||
qgsrasterlayerpropertiesbase.ui.h \
|
||||
qgsrect.h \
|
||||
qgsrenderer.h \
|
||||
qgsrenderitem.h \
|
||||
qgsscalecalculator.h \
|
||||
qgssimadialog.h \
|
||||
qgssimarenderer.h \
|
||||
qgssinglesymrenderer.h \
|
||||
qgssisydialog.h \
|
||||
qgssymbol.h \
|
||||
qgssymbologyutils.h \
|
||||
qgstable.h \
|
||||
qgsvectorlayer.h \
|
||||
qgsvectorlayerproperties.h \
|
||||
splashscreen.h \
|
||||
qgsacetateobject.h \
|
||||
qgsacetaterectangle.h
|
||||
INTERFACES += qgisappbase.ui \
|
||||
qgsabout.ui \
|
||||
qgsattributetablebase.ui \
|
||||
qgscontcoldialogbase.ui \
|
||||
qgsdbsourceselectbase.ui \
|
||||
qgsdlgvectorlayerpropertiesbase.ui \
|
||||
qgsgramadialogbase.ui \
|
||||
qgsgrasydialogbase.ui \
|
||||
qgshelpviewerbase.ui \
|
||||
qgsidentifyresultsbase.ui \
|
||||
qgslegenditembase.ui \
|
||||
qgslinestyledialogbase.ui \
|
||||
qgsmapserverexportbase.ui \
|
||||
qgsmarkerdialogbase.ui \
|
||||
qgsmessageviewer.ui \
|
||||
qgsnewconnectionbase.ui \
|
||||
qgsoptionsbase.ui \
|
||||
qgspatterndialogbase.ui \
|
||||
qgspluginmanagerbase.ui \
|
||||
qgsprojectpropertiesbase.ui \
|
||||
qgsrasterlayerpropertiesbase.ui \
|
||||
qgssimadialogbase.ui \
|
||||
qgssisydialogbase.ui \
|
||||
qgsvectorlayerpropertiesbase.ui
|
||||
SOURCES += main.cpp \
|
||||
qgisapp.cpp \
|
||||
qgisiface.cpp \
|
||||
qgisinterface.cpp \
|
||||
qgsattributetable.cpp \
|
||||
qgsattributetabledisplay.cpp \
|
||||
qgscontcoldialog.cpp \
|
||||
qgscontinuouscolrenderer.cpp \
|
||||
qgscoordinatetransform.cpp \
|
||||
qgscustomsymbol.cpp \
|
||||
qgsdatasource.cpp \
|
||||
qgsdbsourceselect.cpp \
|
||||
qgsdlgvectorlayerproperties.cpp \
|
||||
qgsfeature.cpp \
|
||||
qgsfeatureattribute.cpp \
|
||||
qgsfield.cpp \
|
||||
qgsgraduatedmarenderer.cpp \
|
||||
qgsgraduatedsymrenderer.cpp \
|
||||
qgsgramadialog.cpp \
|
||||
qgsgramaextensionwidget.cpp \
|
||||
qgsgrasydialog.cpp \
|
||||
qgsgrasyextensionwidget.cpp \
|
||||
qgshelpviewer.cpp \
|
||||
qgsidentifyresults.cpp \
|
||||
qgslegend.cpp \
|
||||
qgslegenditem.cpp \
|
||||
qgslinestyledialog.cpp \
|
||||
qgslinesymbol.cpp \
|
||||
qgsmapcanvas.cpp \
|
||||
qgsmaplayer.cpp \
|
||||
qgsmaplayerregistry.cpp \
|
||||
qgsmapserverexport.cpp \
|
||||
qgsmarkerdialog.cpp \
|
||||
qgsmarkersymbol.cpp \
|
||||
qgsnewconnection.cpp \
|
||||
qgsoptions.cpp \
|
||||
qgspatterndialog.cpp \
|
||||
qgspluginitem.cpp \
|
||||
qgspluginmanager.cpp \
|
||||
qgspluginmetadata.cpp \
|
||||
qgspluginregistry.cpp \
|
||||
qgspoint.cpp \
|
||||
qgspolygonsymbol.cpp \
|
||||
qgsprojectio.cpp \
|
||||
qgsprojectproperties.cpp \
|
||||
qgsprovidermetadata.cpp \
|
||||
qgsproviderregistry.cpp \
|
||||
qgsrangerenderitem.cpp \
|
||||
qgsrasterlayer.cpp \
|
||||
qgsrasterlayerproperties.cpp \
|
||||
qgsrect.cpp \
|
||||
qgsrenderitem.cpp \
|
||||
qgsscalecalculator.cpp \
|
||||
qgssimadialog.cpp \
|
||||
qgssimarenderer.cpp \
|
||||
qgssinglesymrenderer.cpp \
|
||||
qgssisydialog.cpp \
|
||||
qgssymbol.cpp \
|
||||
qgssymbologyutils.cpp \
|
||||
qgsvectorlayer.cpp \
|
||||
qgsvectorlayerproperties.cpp \
|
||||
splashscreen.cpp \
|
||||
qgsacetateobject.cpp \
|
||||
qgsacetaterectangle.cpp
|
Loading…
x
Reference in New Issue
Block a user