Skip to content

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎src/providers/ogr/Makefile.win

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ $(PROVIDER): $(OBJECTS)
1717
-Wl,--enable-auto-import \
1818
-Wl,--whole-archive ogrprovider_la-qgsogrprovider.o \
1919
-Wl,--no-whole-archive \
20-
$(CORE_A) $(GUI_A) $(CORE_A) \
21-
-lgdal -lgeos \
20+
$(CORE_A) $(GUI_A) $(CORE_A) \
21+
$(RASTER_A) $(PROJSEL_A) $(LEGEND_A) \
22+
$(GUI_A) $(CORE_A) $(COMPOSER_A) $(GUI_A) \
23+
-lgdal -lgeos -lsqlite3 -lproj \
2224
$(QT_LDADD) \
2325
-lwsock32 -lmingw32
2426
$(STRIP) $@

0 commit comments

Comments
 (0)
Please sign in to comment.