mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
2f577d8a4d
commit
c52d9d050c
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
@ -10,4 +10,4 @@
|
||||
#
|
||||
#################################################################
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = ogr delimitedtext grass postgres wms
|
||||
SUBDIRS = ogr delimitedtext grass postgres wms wfs
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user