12 lines
240 B
Prolog
12 lines
240 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qxmlsimplereader
|
|
INCLUDEPATH += parser
|
|
|
|
HEADERS += parser/parser.h
|
|
SOURCES += tst_qxmlsimplereader.cpp parser/parser.cpp
|
|
|
|
CONFIG += no_batch
|
|
QT = core network xml testlib
|
|
|
|
TESTDATA += encodings/* xmldocs/*
|