qt5base-lts/tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro
Sergio Ahumada 7978cef796 tests: Make the QT assignments more explicit
Remove unused 'QT -= gui' and replace some others with
'QT = core ...'

Change-Id: I2d14fae963afc21dbd21a4acdbba2c30cdf8fa61
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2013-08-21 19:05:52 +02:00

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/*