summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxml/qxml.pro
blob: 304fc54c927b1efd101c22b6beac0ad99a8a1441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
load(qttest_p4)

SOURCES += tst_qxml.cpp
QT = core xml

wince*|symbian*: {
   addFiles.sources = 0x010D.xml
   addFiles.path = .
   DEPLOYMENT += addFiles
}