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

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
}