summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qcssparser/qcssparser.pro
blob: 88d1fcfd2d01e4345e1459dd71bbb7f4f3a04eef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
}

android {
    RESOURCES += \
        testdata.qrc

}