QGIS/plugins/grid_maker/grid_maker.pro
gsherman 54d80c6840 Qmake project files for building on Windows
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1661 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-23 04:15:55 +00:00

28 lines
816 B
Prolog
Executable File

####################################################################
# Qmake project file for grid_maker plugin
# This file is used by qmake to generate the Makefiles for building
# the QGIS plugin on Windows
#
# grid_maker.pro,v 1.1 2004/06/23 04:15:54 gsherman Exp
####################################################################
TEMPLATE = lib
INCLUDEPATH += . ..\..\src
LIBS += ..\..\src\libqgis.lib
CONFIG += qt dll thread
DLLDESTDIR= ..\..\win_build\lib\qgis
# Input
HEADERS += graticulecreator.h \
plugin.h \
plugingui.h \
pluginguibase.ui.h \
shapefile.h \
utils.h
INTERFACES += pluginguibase.ui
SOURCES += dbfopen.c \
graticulecreator.cpp \
plugin.cpp \
plugingui.cpp \
shpopen.c \
utils.c