We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 6777d14 commit 1bc8beeCopy full SHA for 1bc8bee
src/plugins/plugins.pro
@@ -16,6 +16,5 @@ SUBDIRS = delimited_text \
16
georeferencer \
17
geoprocessing \
18
spit \
19
- gps_importer
20
-#\
21
- # wfs
+ gps_importer \
+ wfs
src/plugins/wfs/wfs.pro
@@ -27,8 +27,8 @@ LIBS += $${QGISGUILIBADD}
27
DESTDIR=$${QGISPLUGINDIR}
28
QT += qt3support svg core gui xml network
29
message("Building libs into $${DESTDIR}")
30
+INCLUDEPATH += $${GEOSINCADD}
31
-CONFIG += qt dll thread debug rtti
32
HEADERS += qgswfsplugin.h \
33
qgswfssourceselect.h
34
FORMS += qgswfssourceselectbase.ui
0 commit comments