File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ GRASSLIBADD=-lgrass_vect -lgrass_dig2 -lgrass_dgl -lgrass_rtree \
139
139
-lgrass_datetime
140
140
141
141
POSTGRESLIBADD =-lpq
142
-
142
+ GSLLIBADD = -lgsl -lgslcblas
143
143
QGISCORELIBADD =-lqgis_core
144
144
CONFIG (debug , debug |release ){
145
145
QGISCORELIBADD =$$member (QGISCORELIBADD , 0 )-debug
@@ -218,7 +218,7 @@ win32{
218
218
message (Installing for windows! )
219
219
# add any win specific rules here
220
220
INCLUDEPATH += c:/msys/local/include
221
- # INCLUDEPATH + = c:/msys/local/include/geos
221
+ GEOSINCADD = c:/msys/local/include/geos
222
222
}
223
223
224
224
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
13
+ SUBDIRS = ogr delimitedtext grass postgres wms wfs
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ CONFIG(debug, debug|release){
24
24
25
25
LIBS += $${GEOSLIBADD }
26
26
LIBS += $${QGISCORELIBADD }
27
+ INCLUDEPATH += $${GEOSINCADD }
27
28
28
29
DESTDIR =$${QGISPROVIDERDIR }
29
30
QT += qt3support svg core gui xml network
30
31
message ("Building libs into $${DESTDIR}" )
31
32
32
- CONFIG += qt dll thread debug rtti
33
33
HEADERS += qgswfsprovider.h
34
34
SOURCES += qgswfsprovider.cpp
You can’t perform that action at this time.
0 commit comments