summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qbytearray/qbytearray.pro
blob: 20aaf86d9ec43d9cde53e4a1f1759956cd560ad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase parallel_test
TARGET = tst_qbytearray
QT = core-private testlib
SOURCES = tst_qbytearray.cpp

wince* {
    addFile.files = rfc3252.txt
    addFile.path = .
    DEPLOYMENT += addFile
    DEFINES += SRCDIR=\\\"./\\\"
} else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}