qt5base-lts/tests/auto/xml/sax/qxml/qxml.pro
Jo Asplin 665e4ec0ec Moved xml autotests into new directory structure
Task-number: QTBUG-21260

Change-Id: I7bc30227d4e71e8783f274dbfa758399dca546d4
Reviewed-on: http://codereview.qt.nokia.com/4146
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
2011-09-06 10:31:40 +02:00

13 lines
156 B
Prolog

load(qttest_p4)
SOURCES += tst_qxml.cpp
QT = core xml
wince*|symbian: {
addFiles.files = 0x010D.xml
addFiles.path = .
DEPLOYMENT += addFiles
}