summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcssparser/qcssparser.pro
blob: 4953490497d46089fb44178b8d7a754d7171b943 (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.sources = testdata
   addFiles.path = .
   timesFont.sources = c:/windows/fonts/times.ttf
   timesFont.path = .
   DEPLOYMENT += addFiles timesFont
}