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

requires(contains(QT_CONFIG,private_tests))
!symbian: {
   DEFINES += SRCDIR=\\\"$$PWD\\\"
}

wince*|symbian: {
   addFiles.files = testdata
   addFiles.path = .
   timesFont.files = C:/Windows/Fonts/times.ttf
   timesFont.path = .
   DEPLOYMENT += addFiles timesFont
}