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

20 lines
362 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
wince* {
addFiles.files = encodings parser xmldocs
addFiles.path = .
DEPLOYMENT += addFiles
}