summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbytearray/qbytearray.pro
blob: b954ca05d8ddcbffb70e366bade561622f13d73c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
load(qttest_p4)
SOURCES  += tst_qbytearray.cpp


QT = core

wince*|symbian {
   addFile.files = rfc3252.txt
   addFile.path = .
   DEPLOYMENT += addFile
}

wince* {
  DEFINES += SRCDIR=\\\"./\\\"
} else:symbian {
  TARGET.EPOCHEAPSIZE="0x100 0x800000"
} else:integrity {
  DEFINES += SRCDIR=\"/\"
} else {
  DEFINES += SRCDIR=\\\"$$PWD/\\\"
}

CONFIG += parallel_test