summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdatastream/qdatastream.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qdatastream/qdatastream.pro')
-rw-r--r--tests/auto/qdatastream/qdatastream.pro20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/auto/qdatastream/qdatastream.pro b/tests/auto/qdatastream/qdatastream.pro
deleted file mode 100644
index 5e503aea78..0000000000
--- a/tests/auto/qdatastream/qdatastream.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-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/\\\"
-}
-