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

TESTDATA = baselines/* input/*

include (../xmlpatterns.pri)

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