2004-07-15 01:10:40 +00:00
|
|
|
####################################################################
|
|
|
|
# Qmake project file for QGIS data provider
|
|
|
|
# This file is used by qmake to generate the Makefile for building
|
|
|
|
# the QGIS OGR data provider on Windows
|
|
|
|
#
|
2004-08-14 01:10:09 +00:00
|
|
|
# ogr.pro,v 1.2 2004/08/14 01:10:09 timlinux Exp
|
2004-07-15 01:10:40 +00:00
|
|
|
####################################################################
|
|
|
|
|
|
|
|
TEMPLATE = lib
|
2004-08-14 01:10:09 +00:00
|
|
|
INCLUDEPATH += . %GDAL%\include
|
|
|
|
LIBS += $(GDAL)\lib\gdal_i.lib
|
2004-07-15 01:10:40 +00:00
|
|
|
CONFIG += qt dll thread debug
|
|
|
|
DLLDESTDIR= ..\..\win_build\lib\qgis
|
|
|
|
# Input
|
|
|
|
HEADERS += qgsshapefileprovider.h
|
|
|
|
SOURCES += qgsshapefileprovider.cpp \
|
|
|
|
..\..\src\qgsfeature.cpp \
|
|
|
|
..\..\src\qgsfield.cpp \
|
|
|
|
..\..\src\qgsrect.cpp \
|
|
|
|
..\..\src\qgsfeatureattribute.cpp \
|
|
|
|
..\..\src\qgspoint.cpp
|