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


QT = core core-private

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

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

CONFIG += parallel_test