summaryrefslogtreecommitdiffstats
path: root/addon/xmlread/xmlread.pro.in
blob: 61eec2e9276dd06369516a4fff4ed93a892ae775 (plain)
1
2
3
4
5
6
7
TEMPLATE	= app
CONFIG		= console qt warn_on debug
HEADERS		= saxhandler.h strx.h compounddef.h
SOURCES		= main.cpp \
		  saxhandlers.cpp
LIBS		= -lxerces-c1_1 -L$(XERCES_ROOT)
INCLUDEPATH     = $(XERCES_ROOT)/include