diff options
Diffstat (limited to 'tests/auto/qdatastream/qdatastream.pro')
-rw-r--r-- | tests/auto/qdatastream/qdatastream.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qdatastream/qdatastream.pro b/tests/auto/qdatastream/qdatastream.pro index 317c3bf..5b90357 100644 --- a/tests/auto/qdatastream/qdatastream.pro +++ b/tests/auto/qdatastream/qdatastream.pro @@ -22,6 +22,7 @@ wince*: { addFiles.path = . DEPLOYMENT += addFiles TARGET.EPOCHEAPSIZE = 1000000 10000000 + TARGET.UID3 = 0xE0340001 DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x","")) }else { DEFINES += SRCDIR=\\\"$$PWD/\\\" |