File tree 3 files changed +29
-13
lines changed
3 files changed +29
-13
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ macx:GDALLIBADD=-framework gdal
172
172
SQLITELIBADD =-lsqlite3
173
173
PROJLIBADD =-lproj
174
174
GEOSLIBADD =-lgeos
175
+ EXPATLIBADD =-lexpat
175
176
176
177
win32 :LIBS += -lWs2_32
177
178
Original file line number Diff line number Diff line change 1
- # #####################################################################
2
- # Automatically generated by qmake (1.06c) Sat Jun 12 13:28:41 2004
3
- # #####################################################################
1
+ # ################################################################
2
+ #
3
+ # QMAKE Project File for Quantum GIS
4
+ #
5
+ # Tim Sutton 2006
6
+ #
7
+ # NOTE: Do not place any hard coded external paths in this file
8
+ # all libs and includes should be specified in settings.pro
9
+ # in the top level qgis directory.
10
+ #
11
+ # ################################################################
4
12
13
+ include (../../../settings.pro )
14
+ TARGET =gpxprovider
5
15
TEMPLATE = lib
6
- INCLUDEPATH += . \
7
- $(GEOS) \ include
8
- LIBS += .. \ ..\src\libqgis.lib \
9
- $(GEOS) \ lib\geos.lib
10
-
11
- CONFIG += qt dll thread
12
- DLLDESTDIR = .. \ ..\win_build\lib\qgis
13
-
14
- # Input
16
+ # suffix debug to target if applicable
17
+ CONFIG (debug , debug |release ){
18
+ TARGET = $$member (TARGET , 0 )-debug
19
+ }
20
+ LIBS += $${GDALLIBADD }
21
+ LIBS += $${GEOSLIBADD }
22
+ LIBS += $${EXPATLIBADD }
23
+ # LIBS += $${PROJLIBADD}
24
+ LIBS += $${QGISCORELIBADD }
25
+ LIBS += $${QGISGUILIBADD }
26
+ LIBS += $${QGISPROJECTIONSELECTORLIBADD }
27
+ DESTDIR =$${QGISPROVIDERDIR }
28
+ QT += qt3support svg core gui xml network
29
+ message ("Building libs into $${DESTDIR}" )
15
30
HEADERS += gpsdata.h qgsgpxprovider.h
16
31
SOURCES += gpsdata.cpp \
17
32
qgsgpxprovider.cpp
Original file line number Diff line number Diff line change 10
10
#
11
11
# ################################################################
12
12
TEMPLATE = subdirs
13
- SUBDIRS = ogr delimitedtext grass postgres wms wfs
13
+ SUBDIRS = ogr delimitedtext grass postgres wms wfs gpx
You can’t perform that action at this time.
0 commit comments