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

wince*: {
   addFiles.files = datastream.q42
   addFiles.path = .
   DEPLOYMENT += addFiles
   DEFINES += SRCDIR=\\\"\\\"
} else:symbian {
   # SRCDIR defined in code in symbian
   addFiles.files = datastream.q42
   addFiles.path = .
   DEPLOYMENT += addFiles
   TARGET.EPOCHEAPSIZE = 1000000 10000000
   TARGET.UID3 = 0xE0340001
   DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x",""))
}else {
   DEFINES += SRCDIR=\\\"$$PWD/\\\"
}