qt5base-lts/tests/auto/xml/sax/qxmlinputsource/qxmlinputsource.pro
Debao Zhang bca0ee7115 QtXml tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
Change-Id: Ifb9363fb6d397a91501fc906454e172731d4c06d
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
2013-03-27 03:54:48 +01:00

8 lines
127 B
Prolog

CONFIG += testcase
TARGET = tst_qxmlinputsource
SOURCES += tst_qxmlinputsource.cpp
QT += core xml network testlib
QT -= gui