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


QT = core

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

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