2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qxmlsimplereader
|
2012-04-12 10:03:01 +00:00
|
|
|
INCLUDEPATH += parser
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
HEADERS += parser/parser.h
|
|
|
|
SOURCES += tst_qxmlsimplereader.cpp parser/parser.cpp
|
|
|
|
|
|
|
|
CONFIG += no_batch
|
2013-08-18 16:32:00 +00:00
|
|
|
QT = core network xml testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2012-01-18 02:32:58 +00:00
|
|
|
TESTDATA += encodings/* xmldocs/*
|