qt6-bb10/tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro

16 lines
293 B
Prolog

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