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 1611488 commit 6815b07Copy full SHA for 6815b07
src/providers/ogr/Makefile.win
@@ -17,8 +17,10 @@ $(PROVIDER): $(OBJECTS)
17
-Wl,--enable-auto-import \
18
-Wl,--whole-archive ogrprovider_la-qgsogrprovider.o \
19
-Wl,--no-whole-archive \
20
- $(CORE_A) $(GUI_A) $(CORE_A) \
21
- -lgdal -lgeos \
+ $(CORE_A) $(GUI_A) $(CORE_A) \
+ $(RASTER_A) $(PROJSEL_A) $(LEGEND_A) \
22
+ $(GUI_A) $(CORE_A) $(COMPOSER_A) $(GUI_A) \
23
+ -lgdal -lgeos -lsqlite3 -lproj \
24
$(QT_LDADD) \
25
-lwsock32 -lmingw32
26
$(STRIP) $@
0 commit comments