summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcssparser/qcssparser.pro
blob: fc3daa3af6521f2da86d73144adfd22459c46cc2 (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
}