mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
eaf4364451
commit
35091aa2e2
28
plugins/gps_importer/gps_importer.pro
Normal file
28
plugins/gps_importer/gps_importer.pro
Normal 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
31
plugins/spit/spit.pro
Normal 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
15
providers/gpx/gpx.pro
Normal 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
|
Loading…
x
Reference in New Issue
Block a user