mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2332 c8812cc2-4d05-0410-92ff-de0c093fc19c
24 lines
713 B
Prolog
24 lines
713 B
Prolog
####################################################################
|
|
# Qmake project file for QGIS top-level plugins directory
|
|
# This file is used by qmake to generate the Makefiles for building
|
|
# QGIS plugins on Windows
|
|
#
|
|
# plugins.pro,v 1.6 2004/08/16 19:06:00 gsherman Exp
|
|
####################################################################
|
|
|
|
TEMPLATE = subdirs
|
|
SUBDIRS = delimited_text \
|
|
grid_maker \
|
|
copyright_label \
|
|
north_arrow \
|
|
gps_importer \
|
|
scale_bar \
|
|
spit
|
|
#SUBDIRS = copyright_label \
|
|
# delimited_text \
|
|
# grid_maker \
|
|
# north_arrow \
|
|
# scale_bar \
|
|
# gps_importer \
|
|
# spit
|