Cleanup corelib autotests
[profile/ivi/qtbase.git] / tests / auto / corelib / tools / qbytearray / qbytearray.pro
1 CONFIG += testcase parallel_test
2 TARGET = tst_qbytearray
3 QT = core-private testlib
4 SOURCES = tst_qbytearray.cpp
5
6 wince* {
7     addFile.files = rfc3252.txt
8     addFile.path = .
9     DEPLOYMENT += addFile
10     DEFINES += SRCDIR=\\\"./\\\"
11 } else {
12     DEFINES += SRCDIR=\\\"$$PWD/\\\"
13 }