mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Stomping link errors and superfluous builds
git-svn-id: http://svn.osgeo.org/qgis/trunk@3956 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
bf70730553
commit
2931de407e
@ -4,15 +4,9 @@ plugindir = ${pkglibdir}
|
||||
plugin_LTLIBRARIES = ogrprovider.la
|
||||
|
||||
ogrprovider_la_SOURCES = qgsogrprovider.cpp \
|
||||
qgsogrprovider.h \
|
||||
../../src/qgsfeature.cpp \
|
||||
../../src/qgsfeatureattribute.cpp \
|
||||
../../src/qgsrect.cpp \
|
||||
../../src/qgspoint.cpp \
|
||||
../../src/qgsfield.cpp
|
||||
qgsogrprovider.h
|
||||
|
||||
|
||||
ogrprovider_la_LIBADD = $(QT_LDADD) $(GDAL_LDADD) $(GEOS_LDADD)
|
||||
ogrprovider_la_LIBADD = $(QT_LDADD) $(GDAL_LDADD) $(GEOS_LDADD) ../../src/libqgis.la
|
||||
ogrprovider_la_LDFLAGS = -avoid-version -module
|
||||
ogrprovider_la_CXXFLAGS := $(GDAL_CFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(DEBUG_QGIS) $(GEOS_CFLAGS)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user