mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Added GDAL compiler flags.
git-svn-id: http://svn.osgeo.org/qgis/trunk@598 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
57e1623fd9
commit
d565d76ba5
@ -1,5 +1,5 @@
|
||||
lib_LTLIBRARIES = libogrprovider.la
|
||||
|
||||
|
||||
libogrprovider_la_SOURCES = qgsshapefileprovider.cpp \
|
||||
../../src/qgsfeature.cpp \
|
||||
../../src/qgsfeatureattribute.cpp \
|
||||
@ -7,7 +7,7 @@ libogrprovider_la_SOURCES = qgsshapefileprovider.cpp \
|
||||
../../src/qgspoint.cpp \
|
||||
../../src/qgsfield.cpp
|
||||
|
||||
AM_CXXFLAGS := $(CXXFLAGS) $(EXTRA_CXXFLAGS) -I../include $(QT_CXXFLAGS)
|
||||
AM_CXXFLAGS := $(CXXFLAGS) $(GDAL_CFLAGS) $(EXTRA_CXXFLAGS) -I../include $(QT_CXXFLAGS)
|
||||
|
||||
libogrprovider_la_LIBADD = $(QT_LDADD) $(GDAL_LIB)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user