We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de4b0e commit 5221588Copy full SHA for 5221588
src/providers/wms/Makefile.win
@@ -18,7 +18,7 @@ $(PROVIDER): .libs/wmsprovider.a
18
$(CORE_A) $(GUI_A) $(CORE_A) \
19
$(RASTER_A) $(PROJSEL_A) $(LEGEND_A) \
20
$(GUI_A) $(CORE_A) $(COMPOSER_A) $(GUI_A) \
21
- -lgdal -lgeos -lsqlite3 -lproj \
+ -lgdal -lgeos -lsqlite3 -lproj $(PG_LIB) \
22
$(QT_LDADD) \
23
-lwsock32 -lmingw32
24
$(STRIP) $@
0 commit comments