From 35091aa2e27b46ab2d1eb4865fe85ea7a2234354 Mon Sep 17 00:00:00 2001 From: gsherman Date: Wed, 18 Aug 2004 03:11:01 +0000 Subject: [PATCH] Qmake .pro files for gps provider and importer and spit (win32 build system) git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1890 c8812cc2-4d05-0410-92ff-de0c093fc19c --- plugins/gps_importer/gps_importer.pro | 28 ++++++++++++++++++++++++ plugins/spit/spit.pro | 31 +++++++++++++++++++++++++++ providers/gpx/gpx.pro | 15 +++++++++++++ 3 files changed, 74 insertions(+) create mode 100644 plugins/gps_importer/gps_importer.pro create mode 100644 plugins/spit/spit.pro create mode 100644 providers/gpx/gpx.pro diff --git a/plugins/gps_importer/gps_importer.pro b/plugins/gps_importer/gps_importer.pro new file mode 100644 index 00000000000..04fdeed991b --- /dev/null +++ b/plugins/gps_importer/gps_importer.pro @@ -0,0 +1,28 @@ +###################################################################### +# Automatically generated by qmake (1.06c) Fri Jul 16 17:05:20 2004 +###################################################################### + +TEMPLATE = lib +INCLUDEPATH += . ..\..\src +LIBS += ..\..\src\libqgis.lib + +DLLDESTDIR= ..\..\win_build\lib\qgis +CONFIG += qt dll thread rtti + +# Input + +HEADERS += plugin.h \ + plugingui.h \ + pluginguibase.ui.h \ + shapefile.h \ + utils.h \ + waypointtoshape.h +INTERFACES += pluginguibase.ui +SOURCES += dbfopen.c \ + plugin.cpp \ + plugingui.cpp \ + shpopen.c \ + utils.c \ + waypointtoshape.cpp + + diff --git a/plugins/spit/spit.pro b/plugins/spit/spit.pro new file mode 100644 index 00000000000..eeb1a92747f --- /dev/null +++ b/plugins/spit/spit.pro @@ -0,0 +1,31 @@ +###################################################################### +# Sorta Automatically generated by qmake (1.06c) Mon Aug 16 10:40:20 2004 +###################################################################### +# spit.pro,v 1.1 2004/08/18 03:11:01 gsherman Exp +TEMPLATE = lib +INCLUDEPATH += . \ + ..\..\src \ + $(GDAL)\include \ + $(POSTGRESQL)\src\interfaces\libpq \ + $(POSTGRESQL)\src\include +LIBS += $(POSTGRESQL)\src\interfaces\libpq\Release\libpq.lib \ + ..\..\src\libqgis.lib \ + $(GDAL)\lib\gdal_i.lib + +DLLDESTDIR= ..\..\win_build\lib\qgis +CONFIG += qt dll thread rtti + + +# Input +HEADERS += qgsconnectiondialog.h \ + qgsdbfbase.h \ + qgsmessageviewer.h \ + qgsshapefile.h \ + qgsspit.h \ + qgsspitplugin.h +INTERFACES += qgsconnectiondialogbase.ui qgsmessageviewerbase.ui qgsspitbase.ui +SOURCES += qgsconnectiondialog.cpp \ + qgsmessageviewer.cpp \ + qgsshapefile.cpp \ + qgsspit.cpp \ + qgsspitplugin.cpp diff --git a/providers/gpx/gpx.pro b/providers/gpx/gpx.pro new file mode 100644 index 00000000000..a17539f74e8 --- /dev/null +++ b/providers/gpx/gpx.pro @@ -0,0 +1,15 @@ +###################################################################### +# Automatically generated by qmake (1.06c) Sat Jun 12 13:28:41 2004 +###################################################################### + +TEMPLATE = lib +INCLUDEPATH += . +LIBS += ..\..\src\libqgis.lib + +CONFIG += qt dll thread +DLLDESTDIR= ..\..\win_build\lib\qgis + +# Input +HEADERS += gpsdata.h qgsgpxprovider.h +SOURCES += gpsdata.cpp \ + qgsgpxprovider.cpp