Skip to content

Commit 1bc8bee

Browse files
author
timlinux
committedDec 11, 2006
build wfs plugin gui for windows / qmake
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6237 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6777d14 commit 1bc8bee

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
 

‎src/plugins/plugins.pro

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ SUBDIRS = delimited_text \
1616
georeferencer \
1717
geoprocessing \
1818
spit \
19-
gps_importer
20-
#\
21-
# wfs
19+
gps_importer \
20+
wfs

‎src/plugins/wfs/wfs.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ LIBS += $${QGISGUILIBADD}
2727
DESTDIR=$${QGISPLUGINDIR}
2828
QT += qt3support svg core gui xml network
2929
message("Building libs into $${DESTDIR}")
30+
INCLUDEPATH += $${GEOSINCADD}
3031

31-
CONFIG += qt dll thread debug rtti
3232
HEADERS += qgswfsplugin.h \
3333
qgswfssourceselect.h
3434
FORMS += qgswfssourceselectbase.ui

0 commit comments

Comments
 (0)
Please sign in to comment.