summaryrefslogtreecommitdiff
path: root/tests/auto/qxmlformatter/qxmlformatter.pro
blob: 054b3dc228d6bd8dbc8c044d235b3a62fc95a5d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TARGET = tst_qxmlformatter
CONFIG += testcase
QT += testlib
SOURCES += tst_qxmlformatter.cpp

include (../xmlpatterns.pri)

wince*|symbian:{
   addFiles.files = baselines input
   addFiles.path = .
   DEPLOYMENT += addFiles
}