summaryrefslogtreecommitdiffstats
path: root/examples/xml/tagreader/tagreader.pro
blob: b6ebf8b97d003db9a19087cccb4a37ed83e3b659 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE	= app
TARGET          = tagreader

CONFIG		+= qt console warn_on release

REQUIRES	= xml large-config

HEADERS		= structureparser.h
SOURCES		= tagreader.cpp \
                  structureparser.cpp
INTERFACES	=