Skip to content

Commit

Permalink
Build wfs provider in windows / qmake
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6236 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Dec 11, 2006
1 parent dc3d054 commit 6777d14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions settings.pro
Expand Up @@ -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
Expand Down Expand Up @@ -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
}


Expand Down
2 changes: 1 addition & 1 deletion src/providers/providers.pro
Expand Up @@ -10,4 +10,4 @@
#
#################################################################
TEMPLATE = subdirs
SUBDIRS = ogr delimitedtext grass postgres wms
SUBDIRS = ogr delimitedtext grass postgres wms wfs
2 changes: 1 addition & 1 deletion src/providers/wfs/wfs.pro
Expand Up @@ -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

0 comments on commit 6777d14

Please sign in to comment.