summaryrefslogtreecommitdiff
path: root/tests/auto/qcssparser/qcssparser.pro
blob: 6ce559b4d51f375b200b392a3428a528a5c518c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
load(qttest_p4)
SOURCES += tst_qcssparser.cpp
DEFINES += SRCDIR=\\\"$$PWD\\\"
QT += xml

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