From 2365a8011a7a92bea2275c8aed70db786d5de53c Mon Sep 17 00:00:00 2001 From: timlinux Date: Wed, 25 Jul 2007 20:58:28 +0000 Subject: [PATCH] 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 --- qgis.pro | 3 - settings.pro | 267 ------------------ src/.indent.pro | 2 - src/core/core.pro | 140 --------- src/gui/gui.pro | 16 -- src/gui/guiapp.pro | 53 ---- src/gui/guilib.pro | 236 ---------------- src/helpviewer/helpviewer.pro | 24 -- src/platform.pro.in | 15 - .../copyright_label/copyright_label.pro | 45 --- src/plugins/delimited_text/delimited_text.pro | 40 --- src/plugins/geoprocessing/geoprocessing.pro | 51 ---- src/plugins/georeferencer/georeferencer.pro | 71 ----- src/plugins/gps_importer/gps_importer.pro | 64 ----- src/plugins/grass/grass.pro | 73 ----- src/plugins/grid_maker/grid_maker.pro | 58 ---- src/plugins/maplayer/maplayer.pro | 13 - src/plugins/north_arrow/north_arrow.pro | 47 --- src/plugins/plugins.pro | 20 -- src/plugins/scale_bar/scale_bar.pro | 48 ---- src/plugins/spit/spit.pro | 68 ----- src/plugins/wfs/wfs.pro | 36 --- src/providers/delimitedtext/delimitedtext.pro | 35 --- src/providers/gpx/gpx.pro | 32 --- src/providers/grass/grass.pro | 37 --- src/providers/mysql/mysql.pro | 12 - src/providers/ogr/.indent.pro | 2 - src/providers/ogr/ogr.pro | 31 -- src/providers/postgres/postgres.pro | 45 --- src/providers/providers.pro | 13 - src/providers/wfs/wfs.pro | 34 --- src/providers/wms/wms.pro | 21 -- src/qgislib.pro | 189 ------------- src/src.pro | 16 -- src/ui/ui.pro | 83 ------ tests/algorithms/projections/projections.pro | 19 -- tests/algorithms/qgsproject/qgsproject.pro | 223 --------------- tools/mapserver_export/mapserver_export.pro | 17 -- 38 files changed, 2199 deletions(-) delete mode 100644 qgis.pro delete mode 100644 settings.pro delete mode 100644 src/.indent.pro delete mode 100644 src/core/core.pro delete mode 100644 src/gui/gui.pro delete mode 100644 src/gui/guiapp.pro delete mode 100644 src/gui/guilib.pro delete mode 100644 src/helpviewer/helpviewer.pro delete mode 100644 src/platform.pro.in delete mode 100755 src/plugins/copyright_label/copyright_label.pro delete mode 100755 src/plugins/delimited_text/delimited_text.pro delete mode 100644 src/plugins/geoprocessing/geoprocessing.pro delete mode 100644 src/plugins/georeferencer/georeferencer.pro delete mode 100644 src/plugins/gps_importer/gps_importer.pro delete mode 100644 src/plugins/grass/grass.pro delete mode 100755 src/plugins/grid_maker/grid_maker.pro delete mode 100644 src/plugins/maplayer/maplayer.pro delete mode 100644 src/plugins/north_arrow/north_arrow.pro delete mode 100644 src/plugins/plugins.pro delete mode 100644 src/plugins/scale_bar/scale_bar.pro delete mode 100644 src/plugins/spit/spit.pro delete mode 100644 src/plugins/wfs/wfs.pro delete mode 100644 src/providers/delimitedtext/delimitedtext.pro delete mode 100644 src/providers/gpx/gpx.pro delete mode 100644 src/providers/grass/grass.pro delete mode 100644 src/providers/mysql/mysql.pro delete mode 100644 src/providers/ogr/.indent.pro delete mode 100644 src/providers/ogr/ogr.pro delete mode 100755 src/providers/postgres/postgres.pro delete mode 100644 src/providers/providers.pro delete mode 100644 src/providers/wfs/wfs.pro delete mode 100755 src/providers/wms/wms.pro delete mode 100644 src/qgislib.pro delete mode 100644 src/src.pro delete mode 100644 src/ui/ui.pro delete mode 100644 tests/algorithms/projections/projections.pro delete mode 100644 tests/algorithms/qgsproject/qgsproject.pro delete mode 100644 tools/mapserver_export/mapserver_export.pro diff --git a/qgis.pro b/qgis.pro deleted file mode 100644 index d8d32602c52..00000000000 --- a/qgis.pro +++ /dev/null @@ -1,3 +0,0 @@ -# qgis.pro,v 1.12 2004/07/14 18:20:11 gsherman Exp # -TEMPLATE = subdirs -SUBDIRS = src diff --git a/settings.pro b/settings.pro deleted file mode 100644 index cf9a97e2361..00000000000 --- a/settings.pro +++ /dev/null @@ -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 diff --git a/src/.indent.pro b/src/.indent.pro deleted file mode 100644 index 5e41dba2a1c..00000000000 --- a/src/.indent.pro +++ /dev/null @@ -1,2 +0,0 @@ --npsl -nbfda -l135 -i2 -ci2 -cbi2 -cp2 -ts2 -cli2 -bl -ce -lp -npcs -nut - diff --git a/src/core/core.pro b/src/core/core.pro deleted file mode 100644 index db88ef37267..00000000000 --- a/src/core/core.pro +++ /dev/null @@ -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 - - - diff --git a/src/gui/gui.pro b/src/gui/gui.pro deleted file mode 100644 index 8a0618085f9..00000000000 --- a/src/gui/gui.pro +++ /dev/null @@ -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 - diff --git a/src/gui/guiapp.pro b/src/gui/guiapp.pro deleted file mode 100644 index df684054b8c..00000000000 --- a/src/gui/guiapp.pro +++ /dev/null @@ -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 \ diff --git a/src/gui/guilib.pro b/src/gui/guilib.pro deleted file mode 100644 index 7cb2a927bef..00000000000 --- a/src/gui/guilib.pro +++ /dev/null @@ -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 - - diff --git a/src/helpviewer/helpviewer.pro b/src/helpviewer/helpviewer.pro deleted file mode 100644 index 77b6d7e2b16..00000000000 --- a/src/helpviewer/helpviewer.pro +++ /dev/null @@ -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 - diff --git a/src/platform.pro.in b/src/platform.pro.in deleted file mode 100644 index d92d5d9ae18..00000000000 --- a/src/platform.pro.in +++ /dev/null @@ -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@ - diff --git a/src/plugins/copyright_label/copyright_label.pro b/src/plugins/copyright_label/copyright_label.pro deleted file mode 100755 index 9d24ce00113..00000000000 --- a/src/plugins/copyright_label/copyright_label.pro +++ /dev/null @@ -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 diff --git a/src/plugins/delimited_text/delimited_text.pro b/src/plugins/delimited_text/delimited_text.pro deleted file mode 100755 index 8f1ee95bd94..00000000000 --- a/src/plugins/delimited_text/delimited_text.pro +++ /dev/null @@ -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 diff --git a/src/plugins/geoprocessing/geoprocessing.pro b/src/plugins/geoprocessing/geoprocessing.pro deleted file mode 100644 index 098f90a7940..00000000000 --- a/src/plugins/geoprocessing/geoprocessing.pro +++ /dev/null @@ -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 diff --git a/src/plugins/georeferencer/georeferencer.pro b/src/plugins/georeferencer/georeferencer.pro deleted file mode 100644 index 516c0692cf0..00000000000 --- a/src/plugins/georeferencer/georeferencer.pro +++ /dev/null @@ -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 diff --git a/src/plugins/gps_importer/gps_importer.pro b/src/plugins/gps_importer/gps_importer.pro deleted file mode 100644 index 189488442fe..00000000000 --- a/src/plugins/gps_importer/gps_importer.pro +++ /dev/null @@ -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 - - diff --git a/src/plugins/grass/grass.pro b/src/plugins/grass/grass.pro deleted file mode 100644 index 72cb077f6c5..00000000000 --- a/src/plugins/grass/grass.pro +++ /dev/null @@ -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 diff --git a/src/plugins/grid_maker/grid_maker.pro b/src/plugins/grid_maker/grid_maker.pro deleted file mode 100755 index 92c6d1e7a46..00000000000 --- a/src/plugins/grid_maker/grid_maker.pro +++ /dev/null @@ -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 \ - - diff --git a/src/plugins/maplayer/maplayer.pro b/src/plugins/maplayer/maplayer.pro deleted file mode 100644 index 1c2e697f535..00000000000 --- a/src/plugins/maplayer/maplayer.pro +++ /dev/null @@ -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 diff --git a/src/plugins/north_arrow/north_arrow.pro b/src/plugins/north_arrow/north_arrow.pro deleted file mode 100644 index a66df1565e0..00000000000 --- a/src/plugins/north_arrow/north_arrow.pro +++ /dev/null @@ -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 diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro deleted file mode 100644 index 2a93de62882..00000000000 --- a/src/plugins/plugins.pro +++ /dev/null @@ -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 diff --git a/src/plugins/scale_bar/scale_bar.pro b/src/plugins/scale_bar/scale_bar.pro deleted file mode 100644 index 7bba2f2d199..00000000000 --- a/src/plugins/scale_bar/scale_bar.pro +++ /dev/null @@ -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 diff --git a/src/plugins/spit/spit.pro b/src/plugins/spit/spit.pro deleted file mode 100644 index b73a18a15fa..00000000000 --- a/src/plugins/spit/spit.pro +++ /dev/null @@ -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 - diff --git a/src/plugins/wfs/wfs.pro b/src/plugins/wfs/wfs.pro deleted file mode 100644 index fc524e25a68..00000000000 --- a/src/plugins/wfs/wfs.pro +++ /dev/null @@ -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 diff --git a/src/providers/delimitedtext/delimitedtext.pro b/src/providers/delimitedtext/delimitedtext.pro deleted file mode 100644 index 7ecd4ddc3c3..00000000000 --- a/src/providers/delimitedtext/delimitedtext.pro +++ /dev/null @@ -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 diff --git a/src/providers/gpx/gpx.pro b/src/providers/gpx/gpx.pro deleted file mode 100644 index 9626340d7ab..00000000000 --- a/src/providers/gpx/gpx.pro +++ /dev/null @@ -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 diff --git a/src/providers/grass/grass.pro b/src/providers/grass/grass.pro deleted file mode 100644 index 185adf07d93..00000000000 --- a/src/providers/grass/grass.pro +++ /dev/null @@ -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 diff --git a/src/providers/mysql/mysql.pro b/src/providers/mysql/mysql.pro deleted file mode 100644 index 364c74322f0..00000000000 --- a/src/providers/mysql/mysql.pro +++ /dev/null @@ -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 diff --git a/src/providers/ogr/.indent.pro b/src/providers/ogr/.indent.pro deleted file mode 100644 index 5e41dba2a1c..00000000000 --- a/src/providers/ogr/.indent.pro +++ /dev/null @@ -1,2 +0,0 @@ --npsl -nbfda -l135 -i2 -ci2 -cbi2 -cp2 -ts2 -cli2 -bl -ce -lp -npcs -nut - diff --git a/src/providers/ogr/ogr.pro b/src/providers/ogr/ogr.pro deleted file mode 100644 index cf086a6dfdd..00000000000 --- a/src/providers/ogr/ogr.pro +++ /dev/null @@ -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 diff --git a/src/providers/postgres/postgres.pro b/src/providers/postgres/postgres.pro deleted file mode 100755 index 4a576d4b5bc..00000000000 --- a/src/providers/postgres/postgres.pro +++ /dev/null @@ -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 \ diff --git a/src/providers/providers.pro b/src/providers/providers.pro deleted file mode 100644 index 393bce00e1e..00000000000 --- a/src/providers/providers.pro +++ /dev/null @@ -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 diff --git a/src/providers/wfs/wfs.pro b/src/providers/wfs/wfs.pro deleted file mode 100644 index ee8b074e4e3..00000000000 --- a/src/providers/wfs/wfs.pro +++ /dev/null @@ -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 diff --git a/src/providers/wms/wms.pro b/src/providers/wms/wms.pro deleted file mode 100755 index 5b09d29d83f..00000000000 --- a/src/providers/wms/wms.pro +++ /dev/null @@ -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 diff --git a/src/qgislib.pro b/src/qgislib.pro deleted file mode 100644 index 851a312a06d..00000000000 --- a/src/qgislib.pro +++ /dev/null @@ -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 diff --git a/src/src.pro b/src/src.pro deleted file mode 100644 index 9c18633606c..00000000000 --- a/src/src.pro +++ /dev/null @@ -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 - diff --git a/src/ui/ui.pro b/src/ui/ui.pro deleted file mode 100644 index e669016d648..00000000000 --- a/src/ui/ui.pro +++ /dev/null @@ -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 - - diff --git a/tests/algorithms/projections/projections.pro b/tests/algorithms/projections/projections.pro deleted file mode 100644 index 45c0b9a7166..00000000000 --- a/tests/algorithms/projections/projections.pro +++ /dev/null @@ -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 diff --git a/tests/algorithms/qgsproject/qgsproject.pro b/tests/algorithms/qgsproject/qgsproject.pro deleted file mode 100644 index ec44d6020f2..00000000000 --- a/tests/algorithms/qgsproject/qgsproject.pro +++ /dev/null @@ -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 - diff --git a/tools/mapserver_export/mapserver_export.pro b/tools/mapserver_export/mapserver_export.pro deleted file mode 100644 index 93d3f9c5cf3..00000000000 --- a/tools/mapserver_export/mapserver_export.pro +++ /dev/null @@ -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