Skip to content

Commit

Permalink
Dont use geos includes - wfs is not supported yet and that include br…
Browse files Browse the repository at this point in the history
…eaks flex stuff under windows

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6059 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 8, 2006
1 parent bbc6501 commit 9262b3c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion settings.pro
Expand Up @@ -116,6 +116,15 @@ message(QGISPLUGINDIR : $${QGISPLUGINDIR})
##
#################################################################

QGISGRASSPROVIDERLIBADD=-lgrassprovider
CONFIG(debug, debug|release){
QGISGRASSPROVIDERLIBADD=$$member(QGISGRASSPROVIDERLIBADD, 0)-debug
}
GRASSLIBADD=-lgrass_vect -lgrass_dig2 -lgrass_dgl -lgrass_rtree \
-lgrass_linkm -lgrass_dbmiclient -lgrass_dbmibase \
-lgrass_I -lgrass_gproj -lgrass_gmath -lgrass_gis \
-lgrass_datetime

QGISCORELIBADD=-lqgis_core
CONFIG(debug, debug|release){
QGISCORELIBADD=$$member(QGISCORELIBADD, 0)-debug
Expand Down Expand Up @@ -193,7 +202,7 @@ win32{
message(Installing for windows!)
#add any win specific rules here
INCLUDEPATH += c:/msys/local/include
INCLUDEPATH += c:/msys/local/include/geos
#INCLUDEPATH += c:/msys/local/include/geos
}


Expand Down

0 comments on commit 9262b3c

Please sign in to comment.