summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcssparser/qcssparser.pro
blob: 2a61403411ba369d75dcd50768b356c40f10f2fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
load(qttest_p4)
SOURCES += tst_cssparser.cpp
QT += xml

requires(contains(QT_CONFIG,private_tests))

!symbian: {
   DEFINES += SRCDIR=\\\"$$PWD\\\"
}

wince*|symbian: {
   addFiles.sources = testdata
   addFiles.path = .
   DEPLOYMENT += addFiles
}