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
This commit is contained in:
gsherman 2004-08-18 03:11:01 +00:00
parent eaf4364451
commit 35091aa2e2
3 changed files with 74 additions and 0 deletions

View File

@ -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

31
plugins/spit/spit.pro Normal file
View File

@ -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

15
providers/gpx/gpx.pro Normal file
View File

@ -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