summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlsimplereader/qxmlsimplereader.pro
blob: bfdec58bc523134979c1530f193ac29958f955d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
load(qttest_p4)
TEMPLATE = app
DEPENDPATH += parser
INCLUDEPATH += . parser 

# Input
HEADERS +=  parser/parser.h
SOURCES += tst_qxmlsimplereader.cpp parser/parser.cpp 

CONFIG += no_batch
QT += network xml
QT -= gui


wince*|symbian*: {
   addFiles.sources = encodings parser xmldocs
   addFiles.path = .
   DEPLOYMENT += addFiles
}