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 f502a91 commit b291d1fCopy full SHA for b291d1f
src/plugins/grass/Makefile.win
@@ -22,7 +22,12 @@ $(PLUGIN): $(OBJECTS)
22
23
# ../../providers/grass/.libs/libqgisgrass.a \
24
25
-install: all
+install: all
26
$(INSTALL) -m 755 $(PLUGIN) $(prefix)/lib/qgis/grassplugin.dll
27
+ $(MAKE) -C themes install
28
+ $(MAKE) -C modules install
29
+ $(MAKE) -C config install
30
+ $(INSTALL) -m 755 images/world.png $(prefix)/share/qgis/grass
31
+ $(INSTALL) -m 755 locations.gml $(prefix)/share/qgis/grass
32
-include ../../../Makefile.win.rules
33
+include $(QGTOP)/Makefile.win.rules
0 commit comments