Removed all qmake build stuff from SVN - CMAKE will be the official build system from now on

git-svn-id: http://svn.osgeo.org/qgis/trunk@7092 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2007-07-25 20:58:28 +00:00
parent 1317551a44
commit 2365a8011a
38 changed files with 0 additions and 2199 deletions

View File

@ -1,3 +0,0 @@
# qgis.pro,v 1.12 2004/07/14 18:20:11 gsherman Exp #
TEMPLATE = subdirs
SUBDIRS = src

View File

@ -1,267 +0,0 @@
#################################################################
#
# QMAKE Project File for openModeller Gui
#
# Tim Sutton 2005
#
#################################################################
message(******************** settings.pro ***********************)
#################################################################
#
# all platforms - change these settings as you need them
#
#################################################################
unix:WORKDIR=$$system(pwd)
#a hack to get the current working dir under windows
win32:WORKDIR=$$system(cd)
message(Building in $${WORKDIR})
QGIS_APP_NAME=qgis
QGIS_LOCALPLUGIN=true
QGIS_WEBSERVICESPLUGIN=false #disabled until renato gets it fully implemented
QGIS_DUMMYPLUGIN=false
#wether to try to build the witty web toolkit fast cgi module
QGIS_WITTY=false
#whether to build unit tests
QGIS_TESTS=false
#whether to build console only applications
QGIS_CONSOLE=false
#whether to build the qt designer plugin
QGIS_DESIGNER=false
#whether to show experimental features to the user (set to true to hide
#experimental features when making a release
QGIS_ALLOW_EXPERIMENTAL=true
#whether to use to qgis mapping component
#at the moment it only builds on linux :-(
QGIS_USE_QGIS=true
#linux-g++:QGIS_USE_QGIS=true
#below is needed for winows - cant seemt to get ver_maj just by setting VERSION
unix:VER_MAJ = 1
unix:VERSION = 1.0.0
#################################################################
# Should not need to change below this point!!!! #
#################################################################
#################################################################
##
## General compilation settings and defines
##
#################################################################
CONFIG += warn_off
#
# Building both debug and release versions (turned off by default)
#
#create both debug and relase makefiles
#CONFIG += debug_and_release
#build both release and debug targets when make is run
#CONFIG += build_all
#
# Building release only version
#
CONFIG += release
LANGUAGE = C++
CONFIG += exceptions
# Require that there are no undefined symbols in any libs!
QMAKE_LFLAGS_SHLIB *= --no-undefined
#clear all qt modules - each pro should specify exactly which qt modules it wants
QT =
QGSSVNVERSION=version0.8pre2
DEFINES += HAVE_POSTGRESQL=1
#################################################################
##
## Destination dir
##
#################################################################
# Where binary exes and libs should be placed when built
CONFIG(debug, debug|release){
message(DEBUG? : yes)
# for ifdefs in code that should run only
# when debug support is enabled
QGIS_DEBUGMODE=true
DEFINES += QGISDEBUG=1
QGIS_APP_NAME=$${QGIS_APP_NAME}-debug
win32:CONFIG+=console
}else{
message(DEBUG? : no )
QGIS_APP_NAME=$${QGIS_APP_NAME}-release
}
DESTDIR=$${WORKDIR}/$${QGIS_APP_NAME}
#################################################################
#
# INSTALL PATHS
#
#################################################################
linux-g++:QGISBINDIR=$${DESTDIR}/bin
win32:QGISBINDIR=$${DESTDIR}
macx:QGISBINDIR=$${DESTDIR}/$${QGIS_APP_NAME}.app/Contents/MacOS/
linux-g++:QGISLIBDIR=$${DESTDIR}/lib
macx:QGISLIBDIR=$${QGISBINDIR}
win32:QGISLIBDIR=$${DESTDIR}
QGISPLUGINDIR=$${DESTDIR}/lib/qgis
macx:QGISPLUGINDIR=$${DESTDIR}/$${QGIS_APP_NAME}.app/Contents/lib/qgis
QGISPROVIDERDIR=$${QGISBINDIR}/lib/qgis
macx:QGISPROVIDERDIR=$${DESTDIR}/$${QGIS_APP_NAME}.app/Contents/lib/qgis
win32:QGISDOCDIR=$${DESTDIR}/share/qgis/doc
win32:QGISDEVELOPERSIMAGEDIR=$${DESTDIR}/share/qgis/images/developers
message(WORKDIR : $${WORKDIR})
message(DESTDIR : $${DESTDIR})
message(QGISBINDIR : $${QGISBINDIR})
message(QGISLIBDIR : $${QGISLIBDIR})
message(QGISPLUGINDIR : $${QGISPLUGINDIR})
#################################################################
##
## Libraries to link to (used on a case by case basis as needed)
##
#################################################################
QGISGRASSPROVIDERLIBADD=-lgrassprovider
CONFIG(debug, debug|release){
QGISGRASSPROVIDERLIBADD=$$member(QGISGRASSPROVIDERLIBADD, 0)-debug
}
GRASSLIBADD=-lgrass_vect -lgrass_dig2 -lgrass_dgl -lgrass_rtree \
-lgrass_linkm -lgrass_dbmiclient -lgrass_dbmibase \
-lgrass_I -lgrass_gproj -lgrass_gmath -lgrass_gis \
-lgrass_datetime
POSTGRESLIBADD=-lpq
GSLLIBADD= -lgsl -lgslcblas
QGISCORELIBADD=-lqgis_core
CONFIG(debug, debug|release){
QGISCORELIBADD=$$member(QGISCORELIBADD, 0)-debug
}
QGISPROJECTIONSELECTORLIBADD=-lqgis_projectionselector
CONFIG(debug, debug|release){
QGISPROJECTIONSELECTORLIBADD=$$member(QGISPROJECTIONSELECTORLIBADD, 0)-debug
}
#not currently used since I had to incorporate composer into gui lib due to
#cyclical dependency issues
QGISCOMPOSERLIBADD=-lqgis_composer
CONFIG(debug, debug|release){
QGISCOMPOSERLIBADD=$$member(QGISCOMPOSERLIBADD, 0)-debug
}
QGISGUILIBADD=-lqgis_gui
CONFIG(debug, debug|release){
QGISGUILIBADD=$$member(QGISGUILIBADD, 0)-debug
}
win32:GDALLIBADD=-lgdal
unix:GDALLIBADD=-lgdal
macx:GDALLIBADD=-framework gdal
SQLITELIBADD=-lsqlite3
PROJLIBADD=-lproj
GEOSLIBADD=-lgeos
EXPATLIBADD=-lexpat
win32:LIBS += -lWs2_32
#################################################################
#
# Lib search paths (globally set for all pro files)
#
#################################################################
#win32:LIBS+=-LC:\MinGW\lib
win32:LIBS+=-LC:\msys\local\lib
win32:LIBS+=-L$${DESTDIR}
win32:LIBS+=-L$${DESTDIR}/lib/qgis
linux-g++:LIBS+=-L$${DESTDIR}/lib
linux-g++:LIBS+=-L/usr/lib/ccache/lib
macx:LIBS+=-L$${QGISLIBDIR}
macx:LIBS+=-F/Library/Frameworks/
macx:LIBS+=-L/usr/local/lib
#################################################################
#
# Include paths (globally set for all pro files)
#
#################################################################
INCLUDEPATH +=$${WORKDIR}/src \
$${WORKDIR}/src/core \
$${WORKDIR}/src/gui \
$${WORKDIR}/src/legend \
$${WORKDIR}/src/composer \
$${WORKDIR}/src/widgets/projectionselector \
$${WORKDIR}/src/plugins \
$${WORKDIR}/src/providers \
$${WORKDIR}/src/raster \
$${WORKDIR}/src/providers/wfs \
$${WORKDIR}/src/ui
INCLUDEPATH += $${OBJDIR}/ui
#################################################################
#
# windows platform (MinGW)
#
#################################################################
win32{
message(Installing for windows!)
#add any win specific rules here
INCLUDEPATH += c:/msys/local/include
GEOSINCADD = c:/msys/local/include/geos
PYTHONINCLUDE = c:/Python25/include
PYTHONLIBADD = -Lc:/Python25/libs -lpython25
}
#################################################################
#
# MacOSX platform specific directives
#
#################################################################
macx{
#fixme should not need the next line
#INCLUDEPATH += /Users/timsutton/dev/cpp/om/src
FRAMEWORKSDIR=$${DESTDIR}/$${QGIS_APP_NAME}.app/Contents/Frameworks
message (Checking if $${FRAMEWORKSDIR}/gdal.framework/gdal exists)
exists( $${FRAMEWORKSDIR}/gdal.framework/gdal )
{
message(Gdal framework already in the bundle...skipping copy)
}else{
system(mkdir -p $${FRAMEWORKSDIR})
system(cp -RP /Library/Frameworks/gdal.framework $${FRAMEWORKSDIR}/)
message(Gdal framework copied into the bundle)
}
system(cp mac/Info.plist $${DESTDIR}/bin/$${QGIS_APP_NAME}.app/Contents)
}
#################################################################
#
# Where intermediate build files should go
#
#################################################################
OBJDIR = $${WORKDIR}/obj
MOC_DIR = $${OBJDIR}/moc
UI_DIR = $${OBJDIR}/ui
macx:OBJECTS_DIR = $${OBJDIR}/o/mac
linux-g++:OBJECTS_DIR = $${OBJDIR}/o/linux
win32:OBJECTS_DIR = $${OBJDIR}/o/win32
#These next two are not currently needed for this simple project
#RCC_DIR = $${OBJDIR}/rcc

2
src/.indent.pro vendored
View File

@ -1,2 +0,0 @@
-npsl -nbfda -l135 -i2 -ci2 -cbi2 -cp2 -ts2 -cli2 -bl -ce -lp -npcs -nut

View File

@ -1,140 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
include(../../settings.pro)
TEMPLATE=lib
TARGET=qgis_core
#need to figure out how to automate making qgssvnversion file
# line below doesnt work
#system(echo $$QGSSVNVERSION >> qgssvnversion.h)
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
LIBS += $${GDALLIBADD}
LIBS += $${SQLITELIBADD}
LIBS += $${GEOSLIBADD}
LIBS += $${PROJLIBADD}
DESTDIR=$${QGISLIBDIR}
QT += network qt3support xml svg core gui
QT = $$unique(QT)
message("Building libs into $${DESTDIR}")
win32{
#generate lex and yacc sources
message("Generating lex and yacc sources")
system(genlexyacc)
}
HEADERS = qgis.h \
qgsapplication.h \
qgsbookmarkitem.h \
qgsclipper.h \
qgscolortable.h \
qgscontexthelp.h \
qgscoordinatetransform.h \
qgscustomsymbol.h \
qgsdatamanager.h \
qgsdataprovider.h \
qgsdatasource.h \
qgsdatasourceuri.h \
qgsdistancearea.h \
qgsexception.h \
qgsfeature.h \
qgsfeatureattribute.h \
qgsfield.h \
qgsgeometry.h \
qgsgeometryvertexindex.h \
qgshttptransaction.h \
qgslabelattributes.h \
qgsline.h \
qgslinesymbol.h \
qgslogger.h \
qgsmaptopixel.h \
qgsmarkercatalogue.h \
qgsmarkersymbol.h \
qgsnumericsortlistviewitem.h \
qgspluginitem.h \
qgspoint.h \
qgspolygonsymbol.h \
qgsprojectproperty.h \
qgsprovidercountcalcevent.h \
qgsproviderextentcalcevent.h \
qgsprovidermetadata.h \
qgsproviderregistry.h \
qgsrangerenderitem.h \
qgsrasterdataprovider.h \
qgsrect.h \
qgsrenderer.h \
qgsrenderitem.h \
qgsscalecalculator.h \
qgssearchstring.h \
qgssearchstringparser.h \
qgsspatialrefsys.h \
qgssymbol.h \
qgssymbologyutils.h \
qgsvectordataprovider.h \
qgssearchtreenode.h
HEADERS = $$unique(HEADERS)
SOURCES =\
qgis.cpp \
qgsapplication.cpp \
qgsbookmarkitem.cpp \
qgsclipper.cpp \
qgscolortable.cpp \
qgscontexthelp.cpp \
qgscoordinatetransform.cpp \
qgscustomsymbol.cpp \
qgsdatamanager.cpp \
qgsdatasource.cpp \
qgsdistancearea.cpp \
qgsexception.cpp \
qgsfeature.cpp \
qgsfeatureattribute.cpp \
qgsfield.cpp \
qgsgeometry.cpp \
qgsgeometryvertexindex.cpp \
qgshttptransaction.cpp \
qgslabelattributes.cpp \
qgsline.cpp \
qgslinesymbol.cpp \
qgslogger.cpp \
qgsmaptopixel.cpp \
qgsmarkercatalogue.cpp \
qgsmarkersymbol.cpp \
qgsnumericsortlistviewitem.cpp \
qgspluginitem.cpp \
qgspoint.cpp \
qgspolygonsymbol.cpp \
qgsprojectproperty.cpp \
qgsprovidercountcalcevent.cpp \
qgsproviderextentcalcevent.cpp \
qgsprovidermetadata.cpp \
qgsproviderregistry.cpp \
qgsrangerenderitem.cpp \
qgsrasterdataprovider.cpp \
qgsrect.cpp \
qgsrenderer.cpp \
qgsrenderitem.cpp \
qgsscalecalculator.cpp \
qgssearchstring.cpp \
qgssearchstringlexer.cc \
qgssearchstringparser.cc \
qgssearchtreenode.cpp \
qgsspatialrefsys.cpp \
qgssymbol.cpp \
qgssymbologyutils.cpp \
qgsvectordataprovider.cpp

View File

@ -1,16 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
TEMPLATE=subdirs
SUBDIRS=guilib.pro guiapp.pro

View File

@ -1,53 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
#
# This file builds the gui library - the app is built in a separate pro file
#
include(../../settings.pro)
include(../ui/ui.pro)
TEMPLATE=app
TARGET=qgis
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
LIBS += $${GDALLIBADD}
#LIBS += $${SQLITELIBADD}
#LIBS += $${GEOSLIBADD}
#LIBS += $${PROJLIBADD}
#LIBS += $${QGISCORELIBADD}
LIBS += $${QGISGUILIBADD}
#LIBS += $${QGISPROJECTIONSELECTORLIBADD}
DESTDIR=$${QGISBINDIR}
#QT += qt3support svg core gui xml network
QT += gui core
#
# Copy developers list and pics to the share dir
#
win32:system(copy "c:\dev\cpp\qgis\AUTHORS" "c:\dev\cpp\qgis\qgis-release\share\qgis\doc\")
win32:system(copy "c:\dev\cpp\qgis\SPONSORS" "c:\dev\cpp\qgis\qgis-release\share\qgis\doc\")
win32:system(copy "c:\dev\cpp\qgis\images\developers\*.jpg" "c:\dev\cpp\qgis\qgis-release\share\qgis\images\developers\")
win32:system(copy "c:\dev\cpp\qgis\doc\index.html" "c:\dev\cpp\qgis\qgis-release\share\qgis\doc\")
win32:system(copy "c:\dev\cpp\qgis\doc\userguide.pdf" "c:\dev\cpp\qgis\qgis-release\share\qgis\doc\")
win32:system(copy "c:\dev\cpp\qgis\resources\*.db" "c:\dev\cpp\qgis\qgis-release\share\qgis\resources\")
win32:system(copy "c:\dev\cpp\qgis\resources\context_help\*" "c:\dev\cpp\qgis\qgis-release\share\qgis\resources\context_help\")
#this way didnt work but would be nicer than above
#win32:system(copy "c:\dev\cpp\qgis\AUTHORS" $${QGISDOCDIR}
#win32:system(copy ../../SPONSORS $${QGISDOCDIR})
#win32:system(copy ../../images/developers* $${QGISDEVELOPERSIMAGEDIR})
message("Building libs into $${DESTDIR}")
win32: RC_FILE = ../../win_build/qgis.rc
SOURCES = main.cpp \

View File

@ -1,236 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
#
# This file builds the gui library - the app is built in a separate pro file
#
include(../../settings.pro)
include(../ui/ui.pro)
TEMPLATE=lib
TARGET=qgis_gui
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
LIBS += $${GDALLIBADD}
LIBS += $${POSTGRESLIBADD}
#LIBS += $${GEOSLIBADD}
#LIBS += $${PROJLIBADD}
LIBS += $${QGISCORELIBADD}
LIBS += $${QGISPROJECTIONSELECTORLIBADD}
message("QGIS Core Lib: $${QGISCORELIBADD}")
message("QGIS Projection Selector Lib: $${QGISPROJECTIONSELECTORLIBADD}")
message("QGIS Composer Lib: $${QGISCOMPOSERLIBADD}")
message("LIBS: $${LIBS}")
DESTDIR=$${QGISLIBDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
HEADERS = \
qgisapp.h \
qgisiface.h \
qgisinterface.h \
qgsabout.h \
qgsaddattrdialog.h \
qgsattributeaction.h \
qgsattributeactiondialog.h \
qgsattributedialog.h \
qgsattributetable.h \
qgsattributetabledisplay.h \
qgsbookmarks.h \
qgsclipboard.h \
qgscolorbutton.h \
qgscontinuouscolordialog.h \
qgscontinuouscolorrenderer.h \
qgscsexception.h \
qgscursors.h \
qgscustomprojectiondialog.h \
qgsdelattrdialog.h \
qgsencodingfiledialog.h \
qgsgeomtypedialog.h \
qgsgraduatedsymboldialog.h \
qgsgraduatedsymbolrenderer.h \
qgshelpviewer.h \
qgsidentifyresults.h \
qgslabel.h \
qgslabeldialog.h \
qgslayerprojectionselector.h \
qgslinestyledialog.h \
qgsludialog.h \
qgsmapcanvas.h \
qgsmapcanvasitem.h \
qgsmapcanvasmap.h \
qgsmaplayer.h \
qgsmaplayerinterface.h \
qgsmaplayerregistry.h \
qgsmaplayerset.h \
qgsmapoverviewcanvas.h \
qgsmaprender.h \
qgsmaptool.h \
qgsmaptoolcapture.h \
qgsmaptoolidentify.h \
qgsmaptoolpan.h \
qgsmaptoolselect.h \
qgsmaptoolvertexedit.h \
qgsmaptoolzoom.h \
qgsmarkerdialog.h \
qgsmeasure.h \
qgsmessageviewer.h \
qgsnewhttpconnection.h \
qgsoptions.h \
qgspastetransformations.h \
qgspatterndialog.h \
qgspluginmanager.h \
qgspluginregistry.h \
qgspluginmetadata.h \
qgsproject.h \
qgsprojectproperties.h \
qgsrasterlayerproperties.h \
qgsrubberband.h \
qgsrunprocess.h \
qgssearchquerybuilder.h \
qgsserversourceselect.h \
qgssinglesymboldialog.h \
qgssinglesymbolrenderer.h \
qgsuniquevaluedialog.h \
qgsuniquevaluerenderer.h \
qgsvectorfilewriter.h \
qgsvectorlayer.h \
qgsvectorlayerproperties.h \
qgsvertexmarker.h \
../raster/qgsrasterbandstats.h \
../raster/qgsrasterpyramid.h \
../raster/qgsrasterlayer.h \
../raster/qgsrasterviewport.h \
../legend/qgslegend.h \
../legend/qgslegenditem.h \
../legend/qgslegendlayer.h \
../legend/qgslegendlayerfile.h \
../legend/qgslegendlayerfilegroup.h \
../legend/qgslegendpropertygroup.h \
../legend/qgslegendpropertyitem.h \
../legend/qgslegendsymbologygroup.h \
../legend/qgslegendsymbologyitem.h \
../legend/qgslegendvectorsymbologyitem.h \
../composer/qgscomposer.h \
../composer/qgscomposeritem.h \
../composer/qgscomposerlabel.h \
../composer/qgscomposerpicture.h \
../composer/qgscomposermap.h \
../composer/qgscomposerscalebar.h \
../composer/qgscomposervectorlegend.h \
../composer/qgscomposerview.h \
../composer/qgscomposition.h \
qgsdbsourceselect.h \
qgsnewconnection.h \
qgspgquerybuilder.h \
qgspgutil.h #from pg lib
SOURCES = \
qgisapp.cpp \ # needed to ensure ui gets build for qgsiface
qgsattributeaction.cpp \
qgisiface.cpp \
qgisinterface.cpp \
qgsabout.cpp \
qgsaddattrdialog.cpp \
qgsattributeactiondialog.cpp \
qgsattributedialog.cpp \
qgsattributetable.cpp \
qgsattributetabledisplay.cpp \
qgsbookmarks.cpp \
qgsclipboard.cpp \
qgscolorbutton.cpp \
qgscontinuouscolordialog.cpp \
qgscontinuouscolorrenderer.cpp \
qgscursors.cpp \
qgscustomprojectiondialog.cpp \
qgsdelattrdialog.cpp \
qgsencodingfiledialog.cpp \
qgsgeomtypedialog.cpp \
qgsgraduatedsymboldialog.cpp \
qgsgraduatedsymbolrenderer.cpp \
qgshelpviewer.cpp \
qgsidentifyresults.cpp \
qgslabel.cpp \
qgslabeldialog.cpp \
qgslayerprojectionselector.cpp \
qgslinestyledialog.cpp \
qgsludialog.cpp \
qgsmapcanvas.cpp \
qgsmapcanvasitem.cpp \
qgsmapcanvasmap.cpp \
qgsmaplayer.cpp \
qgsmaplayerregistry.cpp \
qgsmaplayerset.cpp \
qgsmapoverviewcanvas.cpp \
qgsmaprender.cpp \
qgsmaptool.cpp \
qgsmaptoolcapture.cpp \
qgsmaptoolidentify.cpp \
qgsmaptoolpan.cpp \
qgsmaptoolselect.cpp \
qgsmaptoolvertexedit.cpp \
qgsmaptoolzoom.cpp \
qgsmarkerdialog.cpp \
qgsmeasure.cpp \
qgsmessageviewer.cpp \
qgsnewhttpconnection.cpp \
qgsoptions.cpp \
qgspastetransformations.cpp \
qgspatterndialog.cpp \
qgspluginregistry.cpp \
qgspluginmanager.cpp \
qgspluginmetadata.cpp \
qgsproject.cpp \
qgsprojectproperties.cpp \
qgsrasterlayerproperties.cpp \
qgsrubberband.cpp \
qgsrunprocess.cpp \
qgssearchquerybuilder.cpp \
qgsserversourceselect.cpp \
qgssinglesymboldialog.cpp \
qgssinglesymbolrenderer.cpp \
qgsuniquevaluedialog.cpp \
qgsuniquevaluerenderer.cpp \
qgsvectorfilewriter.cpp \
qgsvectorlayer.cpp \
qgsvectorlayerproperties.cpp \
qgsvertexmarker.cpp \
../raster/qgsrasterlayer.cpp \
../legend/qgslegendgroup.cpp \
../legend/qgslegend.cpp \
../legend/qgslegenditem.cpp \
../legend/qgslegendlayer.cpp \
../legend/qgslegendlayerfile.cpp \
../legend/qgslegendlayerfilegroup.cpp \
../legend/qgslegendpropertygroup.cpp \
../legend/qgslegendpropertyitem.cpp \
../legend/qgslegendsymbologygroup.cpp \
../legend/qgslegendsymbologyitem.cpp \
../legend/qgslegendvectorsymbologyitem.cpp \
../composer/qgscomposer.cpp \
../composer/qgscomposeritem.cpp \
../composer/qgscomposerlabel.cpp \
../composer/qgscomposerpicture.cpp \
../composer/qgscomposermap.cpp \
../composer/qgscomposerscalebar.cpp \
../composer/qgscomposervectorlegend.cpp \
../composer/qgscomposerview.cpp \
../composer/qgscomposition.cpp \
qgsdbsourceselect.cpp \
qgsnewconnection.cpp \
qgspgquerybuilder.cpp \
qgspgutil.cpp # from pg lib

View File

@ -1,24 +0,0 @@
######################################################################
# Automatically generated by qmake (1.06c) Sun Aug 21 15:43:14 2005
#
# NOTE: This pro file does not include settings.pro due to some
# unknown conflict with the core libs resulting in inclusion of
# headers not needed to compile the help viewer
######################################################################
MSYSBASE = c:\msys\local
DESTDIR = ..\..\qgis-release
TARGET = qgis_help
TEMPLATE = app
INCLUDEPATH += . $${MSYSBASE}\include
LIBS += -L$${MSYSBASE}\lib -lsqlite3
# Input
HEADERS += qgshelpserver.h qgshelpviewer.h
INTERFACES += qgshelpviewerbase.ui
SOURCES += main.cpp qgshelpserver.cpp qgshelpviewer.cpp
#The following line was inserted by qt3to4
QT += qt3support
#The following line was inserted by qt3to4
#CONFIG += uic3

View File

@ -1,15 +0,0 @@
#GDAL/OGR
GDAL_LIB = @GDAL_LIB@
GDAL_CFLAGS = @GDAL_CFLAGS@
#Postgres
HAVE_PG = @HAVE_PG@
PG_INC = @PG_INC@
PG_LIB = @PG_LIB@
#GRASS
HAVE_GRASS = @HAVE_GRASS@
GRASS_LIB = @GRASS_LIB@
GRASS_INC = @GRASS_INC@

View File

@ -1,45 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
#
# This file builds the copyright label provider
#
include(../../../settings.pro)
TARGET=copyrightlabelplugin
TEMPLATE = lib
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
# This is a hack (thanks freddy!) because many plugins use the
# same class names and file names we need to force the compiler
# to create separate object files for them.
MYDIRNAME=copyright_label
MOC_DIR = $${OBJDIR}/moc/plugins/$${MYDIRNAME}
UI_DIR = $${OBJDIR}/ui/plugins/$${MYDIRNAME}
win32:OBJECTS_DIR = $${OBJDIR}/o/win32/plugins/$${MYDIRNAME}
INCLUDEPATH += $${OBJDIR}/ui
LIBS += $${QGISCORELIBADD}
LIBS += $${QGISGUILIBADD}
DESTDIR=$${QGISPLUGINDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
RESOURCES = copyright_plugin.qrc
HEADERS += plugin.h \
plugingui.h
FORMS += pluginguibase.ui
SOURCES += plugin.cpp \
plugingui.cpp

View File

@ -1,40 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
#
# This file builds the gui library - the app is built in a separate pro file
#
include(../../../settings.pro)
TARGET=delimitedtextplugin
TEMPLATE = lib
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
LIBS += $${GDALLIBADD}
#LIBS += $${GEOSLIBADD}
#LIBS += $${PROJLIBADD}
LIBS += $${QGISCORELIBADD}
LIBS += $${QGISGUILIBADD}
#LIBS += $${QGISPROJECTIONSELECTORLIBADD}
DESTDIR=$${QGISPLUGINDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
RESOURCES = delimited_text.qrc
HEADERS += qgsdelimitedtextplugin.h \
qgsdelimitedtextplugingui.h
FORMS += qgsdelimitedtextpluginguibase.ui
SOURCES += qgsdelimitedtextplugin.cpp \
qgsdelimitedtextplugingui.cpp

View File

@ -1,51 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
#
# This file builds the spit plugin
#
include(../../../settings.pro)
TARGET=geoprocessingplugin
TEMPLATE = lib
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
# This is a hack (thanks freddy!) because many plugins use the
# same class names and file names we need to force the compiler
# to create separate object files for them.
MYDIRNAME=spit
MOC_DIR = $${OBJDIR}/moc/plugins/$${MYDIRNAME}
UI_DIR = $${OBJDIR}/ui/plugins/$${MYDIRNAME}
win32:OBJECTS_DIR = $${OBJDIR}/o/win32/plugins/$${MYDIRNAME}
INCLUDEPATH += $${OBJDIR}/ui
LIBS += $${QGISCORELIBADD}
LIBS += $${QGISGUILIBADD}
LIBS += $${POSTGRESLIBADD}
DESTDIR=$${QGISPLUGINDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
HEADERS += qgsdlgpgbuffer.h \
qgspggeoprocessing.h
INTERFACES += qgsdlgpgbufferbase.ui
SOURCES += qgsdlgpgbuffer.cpp \
qgspggeoprocessing.cpp

View File

@ -1,71 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
#
# This file builds the georeferencer plugin
#
include(../../../settings.pro)
TARGET=georeferencerplugin
TEMPLATE = lib
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
# This is a hack (thanks freddy!) because many plugins use the
# same class names and file names we need to force the compiler
# to create separate object files for them.
MYDIRNAME=georeferencer
MOC_DIR = $${OBJDIR}/moc/plugins/$${MYDIRNAME}
UI_DIR = $${OBJDIR}/ui/plugins/$${MYDIRNAME}
win32:OBJECTS_DIR = $${OBJDIR}/o/win32/plugins/$${MYDIRNAME}
INCLUDEPATH += .
INCLUDEPATH += $${OBJDIR}/ui
#INCLUDEPATH += $${GEOSINCLUDE}
LIBS += $${QGISCORELIBADD}
LIBS += $${QGISGUILIBADD}
LIBS += $${GSLLIBADD}
LIBS += $${GDALLIBADD}
DESTDIR=$${QGISPLUGINDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
RESOURCES += georeferencer.qrc
FORMS += mapcoordsdialogbase.ui \
pluginguibase.ui \
qgsgeorefwarpoptionsdialogbase.ui \
qgspointdialogbase.ui
HEADERS += mapcoordsdialog.h \
plugin.h \
plugingui.h \
qgsgeorefdatapoint.h \
qgsgeorefwarpoptionsdialog.h \
qgsimagewarper.h \
qgsleastsquares.h \
qgspointdialog.h
SOURCES += mapcoordsdialog.cpp \
plugin.cpp \
plugingui.cpp \
qgsgeorefdatapoint.cpp \
qgsgeorefwarpoptionsdialog.cpp \
qgsimagewarper.cpp \
qgsleastsquares.cpp \
qgspointdialog.cpp

View File

@ -1,64 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
#
# This file builds the gps importer plugin
#
include(../../../settings.pro)
TARGET=gpsgplugin
TEMPLATE = lib
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
# This is a hack (thanks freddy!) because many plugins use the
# same class names and file names we need to force the compiler
# to create separate object files for them.
MYDIRNAME=gps_importer
MOC_DIR = $${OBJDIR}/moc/plugins/$${MYDIRNAME}
UI_DIR = $${OBJDIR}/ui/plugins/$${MYDIRNAME}
win32:OBJECTS_DIR = $${OBJDIR}/o/win32/plugins/$${MYDIRNAME}
INCLUDEPATH += $${OBJDIR}/ui
INCLUDEPATH += .
LIBS += $${QGISCORELIBADD}
LIBS += $${QGISGUILIBADD}
LIBS += $${POSTGRESLIBADD}
DESTDIR=$${QGISPLUGINDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
# Input
RESOURCES += qgsgps_plugin.qrc
FORMS += qgsgpspluginguibase.ui \
qgsgpsdevicedialogbase.ui
HEADERS += qgsgpsplugin.h \
qgsbabelformat.h \
qgsgpsdevice.h\
qgsbabelformat.h \
qgsgpsplugingui.h \
qgsgpsdevicedialog.h
SOURCES += qgsgpsplugin.cpp \
qgsgpsdevice.cpp \
qgsbabelformat.cpp \
qgsgpsplugingui.cpp \
qgsgpsdevicedialog.cpp

View File

@ -1,73 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
#
# This file builds the wfs plugin
#
include(../../../settings.pro)
TARGET=grassplugin
TEMPLATE = lib
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
LIBS += $${QGISCORELIBADD}
LIBS += $${QGISGUILIBADD}
LIBS += $${QGISPROJECTIONSELECTORLIBADD}
LIBS += $${GRASSLIBADD}
LIBS += $${PROJLIBADD}
LIBS += $${GDALLIBADD}
LIBS += $${QGISGRASSPROVIDERLIBADD}
DESTDIR=$${QGISPLUGINDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
HEADERS += qgsgrassattributes.h \
qgsgrassbrowser.h \
qgsgrassedit.h \
qgsgrassedittools.h \
qgsgrassmapcalc.h \
qgsgrassmodel.h \
qgsgrassmodule.h \
qgsgrassnewmapset.h \
qgsgrassplugin.h \
qgsgrassregion.h \
qgsgrassselect.h \
qgsgrassshell.h \
qgsgrasstools.h \
qgsgrassutils.h
FORMS += qgsgrassattributesbase.ui \
qgsgrasseditbase.ui \
qgsgrassmapcalcbase.ui \
qgsgrassmodulebase.ui \
qgsgrassnewmapsetbase.ui \
qgsgrassregionbase.ui \
qgsgrassselectbase.ui \
qgsgrassshellbase.ui
SOURCES += qgsgrassattributes.cpp \
qgsgrassbrowser.cpp \
qgsgrassedit.cpp \
qgsgrassedittools.cpp \
qgsgrassmapcalc.cpp \
qgsgrassmodel.cpp \
qgsgrassmodule.cpp \
qgsgrassnewmapset.cpp \
qgsgrassplugin.cpp \
qgsgrassregion.cpp \
qgsgrassselect.cpp \
qgsgrassshell.cpp \
qgsgrasstools.cpp \
qgsgrassutils.cpp

View File

@ -1,58 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
#
# This file builds the gridmaker plugin
#
include(../../../settings.pro)
TARGET=gridmakerplugin
TEMPLATE = lib
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
# This is a hack (thanks freddy!) because many plugins use the
# same class names and file names we need to force the compiler
# to create separate object files for them.
MYDIRNAME=grid_maker
MOC_DIR = $${OBJDIR}/moc/plugins/$${MYDIRNAME}
UI_DIR = $${OBJDIR}/ui/plugins/$${MYDIRNAME}
win32:OBJECTS_DIR = $${OBJDIR}/o/win32/plugins/$${MYDIRNAME}
INCLUDEPATH += $${OBJDIR}/ui
LIBS += $${QGISCORELIBADD}
LIBS += $${QGISGUILIBADD}
DESTDIR=$${QGISPLUGINDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
RESOURCES += gridmaker_plugin.qrc
HEADERS += graticulecreator.h \
plugin.h \
plugingui.h \
pluginguibase.ui.h \
shapefile.h \
utils.h
INTERFACES += pluginguibase.ui
SOURCES += dbfopen.c \
shpopen.c \
utils.c \
graticulecreator.cpp \
# main.cpp \
plugin.cpp \
plugingui.cpp \

View File

@ -1,13 +0,0 @@
# File generated by kdevelop's qmake manager.
# -------------------------------------------
# Subdir relative project main directory: ./plugins
# Target is a library:
TEMPLATE = lib
CONFIG += debug \
warn_on \
qt \
thread
SOURCES += maplayertest.cpp
HEADERS += maplayertest.h \
../../src/qgsmaplayerinterface.h

View File

@ -1,47 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
#
# This file builds the scale_bar plugin
#
include(../../../settings.pro)
TARGET=northarrowplugin
TEMPLATE = lib
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
# This is a hack (thanks freddy!) because many plugins use the
# same class names and file names we need to force the compiler
# to create separate object files for them.
MYDIRNAME=north_arrow
MOC_DIR = $${OBJDIR}/moc/plugins/$${MYDIRNAME}
UI_DIR = $${OBJDIR}/ui/plugins/$${MYDIRNAME}
win32:OBJECTS_DIR = $${OBJDIR}/o/win32/plugins/$${MYDIRNAME}
INCLUDEPATH += $${OBJDIR}/ui
LIBS += $${QGISCORELIBADD}
LIBS += $${QGISGUILIBADD}
DESTDIR=$${QGISPLUGINDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
RESOURCES += northarrow_plugin.qrc
HEADERS += plugin.h \
plugingui.h \
pluginguibase.ui.h
INTERFACES += pluginguibase.ui
SOURCES += plugin.cpp \
plugingui.cpp

View File

@ -1,20 +0,0 @@
####################################################################
# Qmake project file for QGIS top-level plugins directory
# This file is used by qmake to generate the Makefiles for building
# QGIS plugins on Windows
#
# plugins.pro,v 1.6 2004/08/16 19:06:00 gsherman Exp
####################################################################
TEMPLATE = subdirs
SUBDIRS = delimited_text \
scale_bar \
grid_maker \
north_arrow \
grass \
copyright_label \
georeferencer \
geoprocessing \
spit \
gps_importer \
wfs

View File

@ -1,48 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
#
# This file builds the scale_bar plugin
#
include(../../../settings.pro)
TARGET=scalebarplugin
TEMPLATE = lib
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
# This is a hack (thanks freddy!) because many plugins use the
# same class names and file names we need to force the compiler
# to create separate object files for them.
MYDIRNAME=scale_bar
MOC_DIR = $${OBJDIR}/moc/plugins/$${MYDIRNAME}
UI_DIR = $${OBJDIR}/ui/plugins/$${MYDIRNAME}
win32:OBJECTS_DIR = $${OBJDIR}/o/win32/plugins/$${MYDIRNAME}
INCLUDEPATH += $${OBJDIR}/ui
LIBS += $${QGISCORELIBADD}
LIBS += $${QGISGUILIBADD}
DESTDIR=$${QGISPLUGINDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
RESOURCES += scalebar_plugin.qrc
HEADERS += plugin.h \
plugingui.h \
pluginguibase.ui.h
INTERFACES += pluginguibase.ui
SOURCES += plugin.cpp \
plugingui.cpp

View File

@ -1,68 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
#
# This file builds the spit plugin
#
include(../../../settings.pro)
TARGET=spitplugin
TEMPLATE = lib
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
# This is a hack (thanks freddy!) because many plugins use the
# same class names and file names we need to force the compiler
# to create separate object files for them.
MYDIRNAME=spit
MOC_DIR = $${OBJDIR}/moc/plugins/$${MYDIRNAME}
UI_DIR = $${OBJDIR}/ui/plugins/$${MYDIRNAME}
win32:OBJECTS_DIR = $${OBJDIR}/o/win32/plugins/$${MYDIRNAME}
INCLUDEPATH += $${OBJDIR}/ui
#INCLUDEPATH += $${GEOSINCLUDE}
LIBS += $${QGISCORELIBADD}
LIBS += $${QGISGUILIBADD}
LIBS += $${POSTGRESLIBADD}
#LIBS += $${GEOSLIBADD}
LIBS += $${GDALLIBADD}
DESTDIR=$${QGISPLUGINDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
RESOURCES += spit.qrc
HEADERS += qgsconnectiondialog.h \
qgsdbfbase.h \
qgseditreservedwordsdialog.h \
qgsshapefile.h \
qgsspit.h \
qgsspitplugin.h \
qgseditreservedwordsdialog.h \
spit_icons.h
INTERFACES += qgsconnectiondialogbase.ui \
qgseditreservedwordsbase.ui \
qgsspitbase.ui
SOURCES += qgsconnectiondialog.cpp \
qgseditreservedwordsdialog.cpp \
qgsspit.cpp \
qgsspitplugin.cpp \
qgsshapefile.cpp

View File

@ -1,36 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
#
# This file builds the wfs plugin
#
include(../../../settings.pro)
TARGET=wfsplugin
TEMPLATE = lib
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
LIBS += $${QGISCORELIBADD}
LIBS += $${QGISGUILIBADD}
DESTDIR=$${QGISPLUGINDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
INCLUDEPATH += $${GEOSINCADD}
HEADERS += qgswfsplugin.h \
qgswfssourceselect.h
FORMS += qgswfssourceselectbase.ui
SOURCES += qgswfsplugin.cpp \
qgswfssourceselect.cpp

View File

@ -1,35 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
#
# This file builds the gui library - the app is built in a separate pro file
#
include(../../../settings.pro)
TARGET=delimitedtextprovider
TEMPLATE = lib
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
LIBS += $${GDALLIBADD}
LIBS += $${GEOSLIBADD}
#LIBS += $${PROJLIBADD}
LIBS += $${QGISCORELIBADD}
LIBS += $${QGISGUILIBADD}
LIBS += $${QGISPROJECTIONSELECTORLIBADD}
DESTDIR=$${QGISPROVIDERDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
HEADERS += qgsdelimitedtextprovider.h
SOURCES += qgsdelimitedtextprovider.cpp

View File

@ -1,32 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
include(../../../settings.pro)
TARGET=gpxprovider
TEMPLATE = lib
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
LIBS += $${GDALLIBADD}
LIBS += $${GEOSLIBADD}
LIBS += $${EXPATLIBADD}
#LIBS += $${PROJLIBADD}
LIBS += $${QGISCORELIBADD}
LIBS += $${QGISGUILIBADD}
LIBS += $${QGISPROJECTIONSELECTORLIBADD}
DESTDIR=$${QGISPROVIDERDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
HEADERS += gpsdata.h qgsgpxprovider.h
SOURCES += gpsdata.cpp \
qgsgpxprovider.cpp

View File

@ -1,37 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
#
# This file builds the wfs provider
#
include(../../../settings.pro)
TARGET=grassprovider
TEMPLATE = lib
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
#LIBS += $${GEOSLIBADD}
LIBS += $${QGISCORELIBADD}
LIBS += $${GRASSLIBADD}
DESTDIR=$${QGISPROVIDERDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
HEADERS += qgsgrass.h \
qgsgrassprovider.h
SOURCES += provider.cpp \
qgsgrass.cpp \
qgsgrassprovider.cpp

View File

@ -1,12 +0,0 @@
######################################################################
# Automatically generated by qmake (2.00a) Sat Jan 7 08:34:57 2006
######################################################################
TEMPLATE = app
TARGET +=
DEPENDPATH += .
INCLUDEPATH += . /usr/local/mysql/include/mysql ../../src ../..
LIBS += -lmysqlclient -L/usr/local/mysql/lib/mysql
CONFIG += qt
# Input
SOURCES += testmysql.cpp #qgsmysqlprovider.cpp

View File

@ -1,2 +0,0 @@
-npsl -nbfda -l135 -i2 -ci2 -cbi2 -cp2 -ts2 -cli2 -bl -ce -lp -npcs -nut

View File

@ -1,31 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
include(../../../settings.pro)
TARGET=ogrprovider
TEMPLATE = lib
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
LIBS += $${GDALLIBADD}
LIBS += $${GEOSLIBADD}
#LIBS += $${PROJLIBADD}
LIBS += $${QGISCORELIBADD}
LIBS += $${QGISGUILIBADD}
LIBS += $${QGISPROJECTIONSELECTORLIBADD}
DESTDIR=$${QGISPROVIDERDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
HEADERS += qgsogrprovider.h
SOURCES += qgsogrprovider.cpp

View File

@ -1,45 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
#
# This file builds the gui library - the app is built in a separate pro file
#
include(../../../settings.pro)
TARGET=postgresprovider
TEMPLATE = lib
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
LIBS += $${GDALLIBADD}
LIBS += $${GEOSLIBADD}
LIBS += $${POSTGRESLIBADD}
LIBS += $${QGISCORELIBADD}
LIBS += $${QGISGUILIBADD}
LIBS += $${QGISPROJECTIONSELECTORLIBADD}
DESTDIR=$${QGISPROVIDERDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
HEADERS += qgspostgresprovider.h \
qgspostgrescountthread.h \
qgspostgisbox2d.h \
qgspostgisbox3d.h \
qgspostgresextentthread.h \
SOURCES += qgspostgresprovider.cpp \
qgspostgrescountthread.cpp \
qgspostgisbox2d.cpp \
qgspostgisbox3d.cpp \
qgspostgresextentthread.cpp \

View File

@ -1,13 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
TEMPLATE = subdirs
SUBDIRS = ogr delimitedtext grass postgres wms wfs gpx

View File

@ -1,34 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
#
# This file builds the wfs provider
#
include(../../../settings.pro)
TARGET=wfsprovider
TEMPLATE = lib
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
LIBS += $${GEOSLIBADD}
LIBS += $${QGISCORELIBADD}
INCLUDEPATH += $${GEOSINCADD}
DESTDIR=$${QGISPROVIDERDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
HEADERS += qgswfsprovider.h
SOURCES += qgswfsprovider.cpp

View File

@ -1,21 +0,0 @@
######################################################################
# Qmake project file for building the postgres provider.
# This file is needed for building on Windows
######################################################################
# wms.pro,v 1.0 2005/03/15 00:00:00 morb_au Exp
include(../../../settings.pro)
TARGET=wmsprovider
TEMPLATE = lib
#suffix debug to target if applicable
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
LIBS += $${QGISCORELIBADD}
#LIBS += $${QGISGUILIBADD}
DESTDIR=$${QGISPROVIDERDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
HEADERS += qgswmsprovider.h
SOURCES += qgswmsprovider.cpp

View File

@ -1,189 +0,0 @@
TEMPLATE = lib
TARGET=libqgis
INCLUDEPATH += . $(GDAL)\include \
$(POSTGRESQL)\src\interfaces\libpq \
$(POSTGRESQL)\src\include \
$(GEOS)\include
LIBS += $(GDAL)\lib\gdal_i.lib \
$(GEOS)\lib\geos.lib \
$(POSTGRESQL)\src\interfaces\libpq\Release\libpq.lib
CONFIG += qt thread rtti
DLLDESTDIR= ..\..\src\lib\qgis
# Input
SOURCES += moc_qgisapp.cpp \
moc_qgisappbase.cpp \
moc_qgisinterface.cpp \
moc_qgsabout.cpp \
moc_qgsattributeactiondialog.cpp \
moc_qgsattributeactiondialogbase.cpp \
moc_qgsattributedialog.cpp \
moc_qgsattributedialogbase.cpp \
moc_qgsattributetable.cpp \
moc_qgsattributetablebase.cpp \
moc_qgscontcoldialog.cpp \
moc_qgscontcoldialogbase.cpp \
moc_qgsdbsourceselect.cpp \
moc_qgsdbsourceselectbase.cpp \
moc_qgsdlgvectorlayerproperties.cpp \
moc_qgsdlgvectorlayerpropertiesbase.cpp \
moc_qgsgeomtypedialogbase.cpp \
moc_qgsgramadialog.cpp \
moc_qgsgramadialogbase.cpp \
moc_qgsgramaextensionwidget.cpp \
moc_qgsgrasydialog.cpp \
moc_qgsgrasydialogbase.cpp \
moc_qgshelpviewer.cpp \
moc_qgshelpviewerbase.cpp \
moc_qgsidentifyresults.cpp \
moc_qgsidentifyresultsbase.cpp \
moc_qgslabeldialog.cpp \
moc_qgslabeldialogbase.cpp \
moc_qgslegend.cpp \
moc_qgslegenditembase.cpp \
moc_qgslinestyledialog.cpp \
moc_qgslinestyledialogbase.cpp \
moc_qgsludialog.cpp \
moc_qgsludialogbase.cpp \
moc_qgsmapcanvas.cpp \
moc_qgsmaplayer.cpp \
moc_qgsmaplayerinterface.cpp \
moc_qgsmaplayerregistry.cpp \
moc_qgsmapserverexport.cpp \
moc_qgsmapserverexportbase.cpp \
moc_qgsmarkerdialog.cpp \
moc_qgsmarkerdialogbase.cpp \
moc_qgsmessageviewer.cpp \
moc_qgsnewconnection.cpp \
moc_qgsnewconnectionbase.cpp \
moc_qgsoptions.cpp \
moc_qgsoptionsbase.cpp \
moc_qgspatterndialog.cpp \
moc_qgspatterndialogbase.cpp \
moc_qgspgquerybuilder.cpp \
moc_qgspgquerybuilderbase.cpp \
moc_qgspluginmanager.cpp \
moc_qgspluginmanagerbase.cpp \
moc_qgsprojectproperties.cpp \
moc_qgsprojectpropertiesbase.cpp \
moc_qgsrasterlayer.cpp \
moc_qgsrasterlayerproperties.cpp \
moc_qgsrasterlayerpropertiesbase.cpp \
moc_qgssimadialog.cpp \
moc_qgssimadialogbase.cpp \
moc_qgssisydialog.cpp \
moc_qgssisydialogbase.cpp \
moc_qgsuvaldialog.cpp \
moc_qgsuvaldialogbase.cpp \
moc_qgsuvalmadialog.cpp \
moc_qgsuvalmadialogbase.cpp \
moc_qgsvectorlayer.cpp \
moc_splashscreen.cpp \
qgisapp.cpp \
qgisappbase.cpp \
qgisiface.cpp \
qgisinterface.cpp \
qgsabout.cpp \
qgsacetateobject.cpp \
qgsacetaterectangle.cpp \
qgsattributeaction.cpp \
qgsattributeactiondialog.cpp \
qgsattributeactiondialogbase.cpp \
qgsattributedialog.cpp \
qgsattributedialogbase.cpp \
qgsattributetable.cpp \
qgsattributetablebase.cpp \
qgsattributetabledisplay.cpp \
qgscolortable.cpp \
qgscontcoldialog.cpp \
qgscontcoldialogbase.cpp \
qgscontinuouscolrenderer.cpp \
qgscoordinatetransform.cpp \
qgscustomsymbol.cpp \
qgsdatasource.cpp \
qgsdbsourceselect.cpp \
qgsdbsourceselectbase.cpp \
qgsdlgvectorlayerproperties.cpp \
qgsdlgvectorlayerpropertiesbase.cpp \
qgsfeature.cpp \
qgsfeatureattribute.cpp \
qgsfield.cpp \
qgsgeomtypedialog.cpp \
qgsgeomtypedialogbase.cpp \
qgsgraduatedmarenderer.cpp \
qgsgraduatedsymrenderer.cpp \
qgsgramadialog.cpp \
qgsgramadialogbase.cpp \
qgsgramaextensionwidget.cpp \
qgsgrasydialog.cpp \
qgsgrasydialogbase.cpp \
qgshelpviewer.cpp \
qgshelpviewerbase.cpp \
qgsidentifyresults.cpp \
qgsidentifyresultsbase.cpp \
qgslabel.cpp \
qgslabelattributes.cpp \
qgslabeldialog.cpp \
qgslabeldialogbase.cpp \
qgslegend.cpp \
qgslegenditem.cpp \
qgslegenditembase.cpp \
qgslinestyledialog.cpp \
qgslinestyledialogbase.cpp \
qgslinesymbol.cpp \
qgsludialog.cpp \
qgsludialogbase.cpp \
qgsmapcanvas.cpp \
qgsmaplayer.cpp \
qgsmaplayerregistry.cpp \
qgsmapserverexport.cpp \
qgsmapserverexportbase.cpp \
qgsmarkerdialog.cpp \
qgsmarkerdialogbase.cpp \
qgsmarkersymbol.cpp \
qgsmessageviewer.cpp \
qgsnewconnection.cpp \
qgsnewconnectionbase.cpp \
qgsoptions.cpp \
qgsoptionsbase.cpp \
qgspatterndialog.cpp \
qgspatterndialogbase.cpp \
qgspgquerybuilder.cpp \
qgspgquerybuilderbase.cpp \
qgspgutil.cpp \
qgspluginitem.cpp \
qgspluginmanager.cpp \
qgspluginmanagerbase.cpp \
qgspluginmetadata.cpp \
qgspluginregistry.cpp \
qgspoint.cpp \
qgspolygonsymbol.cpp \
qgsproject.cpp \
qgsprojectproperties.cpp \
qgsprojectpropertiesbase.cpp \
qgsprovidermetadata.cpp \
qgsproviderregistry.cpp \
qgsrangerenderitem.cpp \
qgsrasterlayer.cpp \
qgsrasterlayerproperties.cpp \
qgsrasterlayerpropertiesbase.cpp \
qgsrect.cpp \
qgsrenderitem.cpp \
qgsscalecalculator.cpp \
qgssimadialog.cpp \
qgssimadialogbase.cpp \
qgssimarenderer.cpp \
qgssinglesymrenderer.cpp \
qgssisydialog.cpp \
qgssisydialogbase.cpp \
qgssvgcache.cpp \
qgssymbol.cpp \
qgssymbologyutils.cpp \
qgsuniquevalrenderer.cpp \
qgsuvaldialog.cpp \
qgsuvaldialogbase.cpp \
qgsuvalmadialog.cpp \
qgsuvalmadialogbase.cpp \
qgsuvalmarenderer.cpp \
qgsvectordataprovider.cpp \
qgsvectorfilewriter.cpp \
qgsvectorlayer.cpp

View File

@ -1,16 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
TEMPLATE=subdirs
SUBDIRS=core widgets gui providers plugins

View File

@ -1,83 +0,0 @@
#################################################################
#
# QMAKE Project File for Quantum GIS
#
# Tim Sutton 2006
#
# NOTE: Do not place any hard coded external paths in this file
# all libs and includes should be specified in settings.pro
# in the top level qgis directory.
#
#################################################################
#
# Do not build this file directly - include it in other pros that
# have subclasses of forms! Qt will not compile any UIs into the
# lib or app if they are not being used.
#
FORMS = \
../widgets/projectionselector/qgsprojectionselectorbase.ui \
$${WORKDIR}/src/ui/qgisappbase.ui \
$${WORKDIR}/src/ui/qgsabout.ui \
$${WORKDIR}/src/ui/qgsaddattrdialogbase.ui \
$${WORKDIR}/src/ui/qgsaddattrdialogbase.ui \
$${WORKDIR}/src/ui/qgsattributeactiondialogbase.ui \
$${WORKDIR}/src/ui/qgsattributedialogbase.ui \
$${WORKDIR}/src/ui/qgsattributetablebase.ui \
### $${WORKDIR}/src/ui/qgsattributetabledisplaybase.ui \
$${WORKDIR}/src/ui/qgsbookmarksbase.ui \
$${WORKDIR}/src/ui/qgscomposerbase.ui \
$${WORKDIR}/src/ui/qgscomposerlabelbase.ui \
$${WORKDIR}/src/ui/qgscomposermapbase.ui \
$${WORKDIR}/src/ui/qgscomposerpicturebase.ui \
$${WORKDIR}/src/ui/qgscomposerscalebarbase.ui \
$${WORKDIR}/src/ui/qgscomposervectorlegendbase.ui \
$${WORKDIR}/src/ui/qgscompositionbase.ui \
$${WORKDIR}/src/ui/qgscontinuouscolordialogbase.ui \
$${WORKDIR}/src/ui/qgscontinuouscolordialogbase.ui \
$${WORKDIR}/src/ui/qgscustomprojectiondialogbase.ui \
$${WORKDIR}/src/ui/qgsdbsourceselectbase.ui \
$${WORKDIR}/src/ui/qgsdelattrdialogbase.ui \
$${WORKDIR}/src/ui/qgsdelattrdialogbase.ui \
$${WORKDIR}/src/ui/qgsfillstylewidgetbase.ui \
$${WORKDIR}/src/ui/qgsgeomtypedialogbase.ui \
$${WORKDIR}/src/ui/qgsgeomtypedialogbase.ui \
$${WORKDIR}/src/ui/qgsgraduatedsymboldialogbase.ui \
$${WORKDIR}/src/ui/qgsgraduatedsymboldialogbase.ui \
$${WORKDIR}/src/ui/qgshelpviewerbase.ui \
$${WORKDIR}/src/ui/qgsidentifyresultsbase.ui \
$${WORKDIR}/src/ui/qgsidentifyresultsbase.ui \
$${WORKDIR}/src/ui/qgslabeldialogbase.ui \
$${WORKDIR}/src/ui/qgslabeldialogbase.ui \
$${WORKDIR}/src/ui/qgslayerprojectionselectorbase.ui \
$${WORKDIR}/src/ui/qgslinestyledialogbase.ui \
$${WORKDIR}/src/ui/qgslinestyledialogbase.ui \
$${WORKDIR}/src/ui/qgslinestylewidgetbase.ui \
$${WORKDIR}/src/ui/qgsludialogbase.ui \
$${WORKDIR}/src/ui/qgsludialogbase.ui \
$${WORKDIR}/src/ui/qgsmarkerdialogbase.ui \
$${WORKDIR}/src/ui/qgsmarkerdialogbase.ui \
$${WORKDIR}/src/ui/qgsmeasurebase.ui \
$${WORKDIR}/src/ui/qgsmeasurebase.ui \
$${WORKDIR}/src/ui/qgsmessageviewer.ui \
$${WORKDIR}/src/ui/qgsnewconnectionbase.ui \
$${WORKDIR}/src/ui/qgsnewhttpconnectionbase.ui \
$${WORKDIR}/src/ui/qgsnewhttpconnectionbase.ui \
$${WORKDIR}/src/ui/qgsoptionsbase.ui \
$${WORKDIR}/src/ui/qgspastetransformationsbase.ui \
$${WORKDIR}/src/ui/qgspastetransformationsbase.ui \
$${WORKDIR}/src/ui/qgspatterndialogbase.ui \
$${WORKDIR}/src/ui/qgspatterndialogbase.ui \
$${WORKDIR}/src/ui/qgspgquerybuilderbase.ui \
$${WORKDIR}/src/ui/qgspluginmanagerbase.ui \
$${WORKDIR}/src/ui/qgspointstylewidgetbase.ui \
$${WORKDIR}/src/ui/qgsprojectpropertiesbase.ui \
$${WORKDIR}/src/ui/qgsrasterlayerpropertiesbase.ui \
$${WORKDIR}/src/ui/qgsserversourceselectbase.ui \
$${WORKDIR}/src/ui/qgssinglesymboldialogbase.ui \
$${WORKDIR}/src/ui/qgsuniquevaluedialogbase.ui \
$${WORKDIR}/src/ui/qgsuniquevaluedialogbase.ui \
$${WORKDIR}/src/ui/qgsvectorlayerpropertiesbase.ui

View File

@ -1,19 +0,0 @@
######################################################################
# Automatically generated by qmake (1.07a) Fri Jan 14 13:01:49 2005
######################################################################
TEMPLATE = app
TARGET = testproj
# get gdal inludes
GDAL_INC = $$system(gdal-config --cflags)
INCLUDEPATH += . $$GDAL_INC
CONFIG += debug
# get gdal info
GDAL_LIBS = $$system(gdal-config --libs)
GDAL_DEPS = $$system(gdal-config --dep-libs)
PG_LIBS = $$system(pg_config --libdir)
LIBS = $$GDAL_LIBS $$GDAL_DEPS -L$$PG_LIBS -lcppunit -ldl
# Input
HEADERS += projectioncshandlingtest.h
SOURCES += main.cpp

View File

@ -1,223 +0,0 @@
######################################################################
# Automatically generated by qmake (1.07a) Fri Jan 14 13:01:49 2005
######################################################################
TEMPLATE = app
TARGET = testproject
INCLUDEPATH += .
LIBPATH += $(HOME)/lib
CONFIG = qt warn_on debug thread exceptions stl rtti
# get gdal info
GDAL_LIBS = $$system(gdal-config --libs)
GDAL_DEPS = $$system(gdal-config --dep-libs)
# get gdal inludes
GDAL_INC = $$system(gdal-config --cflags)
GDAL_INC ~= s/-I//g
INCLUDEPATH += $$GDAL_INC
# cppunit
CPPUNIT_INC = $$system(cppunit-config --cflags)
CPPUNIT_INC ~= s/-I//g
INCLUDEPATH += $$CPPUNIT_INC
CPPUNIT_LIBS = $$system(cppunit-config --libs)
# qgis
QGIS_INC = $$system(qgis-config --cflags)
QGIS_INC ~= s/-I//g
INCLUDEPATH += $$QGIS_INC
QGIS_LIBS = $$system(qgis-config --lib)
QGIS_FILES = qgisiface.o \
qgisinterface.moc.o \
qgisinterface.o \
qgsabout.moc.uic.o \
qgsabout.uic.o \
qgsaddattrdialogbase.moc.uic.o \
qgsaddattrdialogbase.uic.o \
qgsaddattrdialog.moc.o \
qgsaddattrdialog.o \
qgsadvancedattrsearchbase.moc.uic.o \
qgsadvancedattrsearchbase.uic.o \
qgsadvancedattrsearch.moc.o \
qgsadvancedattrsearch.o \
qgsattributeactiondialogbase.moc.uic.o \
qgsattributeactiondialogbase.uic.o \
qgsattributeactiondialog.moc.o \
qgsattributeactiondialog.o \
qgsattributedialogbase.moc.uic.o \
qgsattributedialogbase.uic.o \
qgsattributedialog.moc.o \
qgsattributedialog.o \
qgsattributetablebase.moc.uic.o \
qgsattributetablebase.uic.o \
qgsattributetabledisplay.moc.o \
qgsattributetabledisplay.o \
qgsattributetable.moc.o \
qgsattributetable.o \
qgsbookmarkitem.o \
qgsbookmarksbase.moc.uic.o \
qgsbookmarksbase.uic.o \
qgsbookmarks.moc.o \
qgsbookmarks.o \
qgsclipboard.o \
qgscontcoldialogbase.moc.uic.o \
qgscontcoldialogbase.uic.o \
qgscontcoldialog.moc.o \
qgscontcoldialog.o \
qgscontexthelp.moc.o \
qgscontexthelp.o \
qgscustomsymbol.o \
qgsdatasource.o \
qgsdbsourceselectbase.moc.uic.o \
qgsdbsourceselectbase.uic.o \
qgsdbsourceselect.moc.o \
qgsdbsourceselect.o \
qgsdelattrdialogbase.moc.uic.o \
qgsdelattrdialogbase.uic.o \
qgsdelattrdialog.moc.o \
qgsdelattrdialog.o \
qgsdistancearea.o \
qgsdlgvectorlayerpropertiesbase.moc.uic.o \
qgsdlgvectorlayerpropertiesbase.uic.o \
qgsdlgvectorlayerproperties.moc.o \
qgsdlgvectorlayerproperties.o \
qgsencodingfiledialog.moc.o \
qgsencodingfiledialog.o \
qgsgeomtypedialogbase.moc.uic.o \
qgsgeomtypedialogbase.uic.o \
qgsgeomtypedialog.moc.o \
qgsgeomtypedialog.o \
qgsgrasydialogbase.moc.uic.o \
qgsgrasydialogbase.uic.o \
qgsgrasydialog.moc.o \
qgsgrasydialog.o \
qgshelpviewerbase.moc.uic.o \
qgshelpviewerbase.uic.o \
qgshelpviewer.moc.o \
qgshelpviewer.o \
qgsidentifyresultsbase.moc.uic.o \
qgsidentifyresultsbase.uic.o \
qgsidentifyresults.moc.o \
qgsidentifyresults.o \
qgslabelattributes.o \
qgslabeldialogbase.moc.uic.o \
qgslabeldialogbase.uic.o \
qgslabeldialog.moc.o \
qgslabeldialog.o \
qgslayerprojectionselectorbase.moc.uic.o \
qgslayerprojectionselectorbase.uic.o \
qgslayerprojectionselector.moc.o \
qgslayerprojectionselector.o \
qgsline.o \
qgslinestyledialogbase.moc.uic.o \
qgslinestyledialogbase.uic.o \
qgslinestyledialog.moc.o \
qgslinestyledialog.o \
qgslinesymbol.o \
qgsludialogbase.moc.uic.o \
qgsludialogbase.uic.o \
qgsludialog.moc.o \
qgsludialog.o \
qgsmaplayerinterface.moc.o \
qgsmapserverexportbase.moc.uic.o \
qgsmapserverexportbase.uic.o \
qgsmapserverexport.moc.o \
qgsmapserverexport.o \
qgsmarkerdialogbase.moc.uic.o \
qgsmarkerdialogbase.uic.o \
qgsmarkerdialog.moc.o \
qgsmarkerdialog.o \
qgsmeasurebase.moc.uic.o \
qgsmeasurebase.uic.o \
qgsmeasure.moc.o \
qgsmeasure.o \
qgsmessageviewer.moc.uic.o \
qgsmessageviewer.uic.o \
qgsnewconnectionbase.moc.uic.o \
qgsnewconnectionbase.uic.o \
qgsnewconnection.moc.o \
qgsnewconnection.o \
qgsnewhttpconnectionbase.moc.uic.o \
qgsnewhttpconnectionbase.uic.o \
qgsnewhttpconnection.moc.o \
qgsnewhttpconnection.o \
qgsoptionsbase.moc.uic.o \
qgsoptionsbase.uic.o \
qgsoptions.moc.o \
qgsoptions.o \
qgspastetransformationsbase.moc.uic.o \
qgspastetransformationsbase.uic.o \
qgspastetransformations.moc.o \
qgspastetransformations.o \
qgspatterndialogbase.moc.uic.o \
qgspatterndialogbase.uic.o \
qgspatterndialog.moc.o \
qgspatterndialog.o \
qgspgquerybuilderbase.moc.uic.o \
qgspgquerybuilderbase.uic.o \
qgspgquerybuilder.moc.o \
qgspgquerybuilder.o \
qgspluginitem.o \
qgspluginmanagerbase.moc.uic.o \
qgspluginmanagerbase.uic.o \
qgspluginmanager.moc.o \
qgspluginmanager.o \
qgspluginmetadata.o \
qgspluginregistry.o \
qgspolygonsymbol.o \
qgsprojectionselectorbase.moc.uic.o \
qgsprojectionselectorbase.uic.o \
qgsprojectionselector.moc.o \
qgsprojectionselector.o \
qgsproject.o \
qgsprojectpropertiesbase.moc.uic.o \
qgsprojectpropertiesbase.uic.o \
qgsprojectproperties.moc.o \
qgsprojectproperties.o \
qgsprovidermetadata.o \
qgsrasterdataprovider.moc.o \
qgsrasterdataprovider.o \
qgsrasterlayerpropertiesbase.moc.uic.o \
qgsrasterlayerpropertiesbase.uic.o \
qgsrasterlayerproperties.moc.o \
qgsrasterlayerproperties.o \
qgssearchstringlexer.o \
qgssearchstring.o \
qgssearchstringparser.o \
qgssearchtreenode.o \
qgsserversourceselectbase.moc.uic.o \
qgsserversourceselectbase.uic.o \
qgsserversourceselect.moc.o \
qgsserversourceselect.o \
qgssisydialogbase.moc.uic.o \
qgssisydialogbase.uic.o \
qgssisydialog.moc.o \
qgssisydialog.o \
qgssvgcache.o \
qgssymbologyutils.o \
qgsuvaldialogbase.moc.uic.o \
qgsuvaldialogbase.uic.o \
qgsuvaldialog.moc.o \
qgsuvaldialog.o \
splashscreen.moc.o \
splashscreen.o
# Note that auto(cont|make) and libtool prepend "qgis-" to binary names.
QGIS_OBJS = $$join(QGIS_FILES," ../../src/qgis-"," ../../src/qgis-")
DEFINES = QGISDEBUG
LIBS += $$CPPUNIT_LIBS $$QGIS_OBJS $$GDAL_LIBS $$QGIS_LIBS -lsqlite3 -lproj
# Input
HEADERS += projecttest.h
SOURCES += main.cpp

View File

@ -1,17 +0,0 @@
######################################################################
# Automatically generated by qmake (2.01a) Mon Dec 11 12:01:35 2006
######################################################################
include(../../settings.pro)
TEMPLATE = app
TARGET = msexport
DEPENDPATH += .
INCLUDEPATH += . $${PYTHONINCLUDE}
LIBS += $${PYTHONLIBADD}
LIBS += $${QGISCORELIBADD}
LIBS += $${QGISGUILIBADD}
QT += qt3support svg core gui xml network
# Input
HEADERS += qgsmapserverexport.h
FORMS += qgsmapserverexportbase.ui
SOURCES += ms_main.cpp msexport_wrap.cxx qgsmapserverexport.cpp