qt5base-lts/tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro

15 lines
285 B
Prolog
Raw Normal View History

CONFIG += testcase
TARGET = tst_qxmlsimplereader
TEMPLATE = app
DEPENDPATH += parser
INCLUDEPATH += . parser
HEADERS += parser/parser.h
SOURCES += tst_qxmlsimplereader.cpp parser/parser.cpp
CONFIG += no_batch
QT += network xml testlib
QT -= gui
TESTDATA += encodings/* xmldocs/*