mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
add -lgeos
git-svn-id: http://svn.osgeo.org/qgis/trunk@4749 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
abbe6f60d3
commit
31e1a5406e
@ -19,6 +19,7 @@ $(GRASS_DLL):
|
||||
-Wl,--whole-archive .libs/libqgisgrass.a \
|
||||
-Wl,--no-whole-archive \
|
||||
$(CORE_A) $(GUI_A) $(CORE_A) \
|
||||
-lgeos \
|
||||
$(GRASS_LIB) \
|
||||
$(QT_LDADD) \
|
||||
-lwsock32 -lmingw32
|
||||
@ -39,6 +40,8 @@ $(PROVIDER): $(OBJECTS)
|
||||
$(STRIP) $@
|
||||
|
||||
install: all
|
||||
mkdir -p $(prefix)/bin/
|
||||
mkdir -p $(prefix)/lib/qgis/
|
||||
$(INSTALL) -m 755 $(GRASS_DLL) $(prefix)/bin/qgis_grass.dll
|
||||
$(INSTALL) -m 755 $(PROVIDER) $(prefix)/lib/qgis/grassprovider.dll
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user