Skip to content

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎settings.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ GRASSLIBADD=-lgrass_vect -lgrass_dig2 -lgrass_dgl -lgrass_rtree \
139139
-lgrass_datetime
140140

141141
POSTGRESLIBADD=-lpq
142-
142+
GSLLIBADD= -lgsl -lgslcblas
143143
QGISCORELIBADD=-lqgis_core
144144
CONFIG(debug, debug|release){
145145
QGISCORELIBADD=$$member(QGISCORELIBADD, 0)-debug
@@ -218,7 +218,7 @@ win32{
218218
message(Installing for windows!)
219219
#add any win specific rules here
220220
INCLUDEPATH += c:/msys/local/include
221-
#INCLUDEPATH += c:/msys/local/include/geos
221+
GEOSINCADD = c:/msys/local/include/geos
222222
}
223223

224224

‎src/providers/providers.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
#
1111
#################################################################
1212
TEMPLATE = subdirs
13-
SUBDIRS = ogr delimitedtext grass postgres wms
13+
SUBDIRS = ogr delimitedtext grass postgres wms wfs

‎src/providers/wfs/wfs.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ CONFIG(debug, debug|release){
2424

2525
LIBS += $${GEOSLIBADD}
2626
LIBS += $${QGISCORELIBADD}
27+
INCLUDEPATH += $${GEOSINCADD}
2728

2829
DESTDIR=$${QGISPROVIDERDIR}
2930
QT += qt3support svg core gui xml network
3031
message("Building libs into $${DESTDIR}")
3132

32-
CONFIG += qt dll thread debug rtti
3333
HEADERS += qgswfsprovider.h
3434
SOURCES += qgswfsprovider.cpp

0 commit comments

Comments
 (0)
Please sign in to comment.