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

requires(contains(QT_CONFIG,private_tests))
DEFINES += SRCDIR=\\\"$$PWD\\\"

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