Build wfs provider in windows / qmake

git-svn-id: http://svn.osgeo.org/qgis/trunk@6236 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2006-12-11 02:35:14 +00:00
parent 2f577d8a4d
commit c52d9d050c
3 changed files with 4 additions and 4 deletions

View File

@ -139,7 +139,7 @@ GRASSLIBADD=-lgrass_vect -lgrass_dig2 -lgrass_dgl -lgrass_rtree \
-lgrass_datetime
POSTGRESLIBADD=-lpq
GSLLIBADD= -lgsl -lgslcblas
QGISCORELIBADD=-lqgis_core
CONFIG(debug, debug|release){
QGISCORELIBADD=$$member(QGISCORELIBADD, 0)-debug
@ -218,7 +218,7 @@ win32{
message(Installing for windows!)
#add any win specific rules here
INCLUDEPATH += c:/msys/local/include
#INCLUDEPATH += c:/msys/local/include/geos
GEOSINCADD = c:/msys/local/include/geos
}

View File

@ -10,4 +10,4 @@
#
#################################################################
TEMPLATE = subdirs
SUBDIRS = ogr delimitedtext grass postgres wms
SUBDIRS = ogr delimitedtext grass postgres wms wfs

View File

@ -24,11 +24,11 @@ CONFIG(debug, debug|release){
LIBS += $${GEOSLIBADD}
LIBS += $${QGISCORELIBADD}
INCLUDEPATH += $${GEOSINCADD}
DESTDIR=$${QGISPROVIDERDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")
CONFIG += qt dll thread debug rtti
HEADERS += qgswfsprovider.h
SOURCES += qgswfsprovider.cpp