Skip to content

Commit 5221588

Browse files
author
rblazek
committed
pg lib
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4976 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 4de4b0e commit 5221588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/wms/Makefile.win

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $(PROVIDER): .libs/wmsprovider.a
1818
$(CORE_A) $(GUI_A) $(CORE_A) \
1919
$(RASTER_A) $(PROJSEL_A) $(LEGEND_A) \
2020
$(GUI_A) $(CORE_A) $(COMPOSER_A) $(GUI_A) \
21-
-lgdal -lgeos -lsqlite3 -lproj \
21+
-lgdal -lgeos -lsqlite3 -lproj $(PG_LIB) \
2222
$(QT_LDADD) \
2323
-lwsock32 -lmingw32
2424
$(STRIP) $@

0 commit comments

Comments
 (0)