summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/sax/qxml/qxml.pro
blob: 4f2e427d14067117634309ce5413d968b88e0993 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
TARGET = tst_qxml

SOURCES += tst_qxml.cpp
QT = core xml testlib

wince* {
   addFiles.files = 0x010D.xml
   addFiles.path = .
   DEPLOYMENT += addFiles
}