summaryrefslogtreecommitdiff
path: root/tests/auto/qstyle/qstyle.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qstyle/qstyle.pro')
-rw-r--r--tests/auto/qstyle/qstyle.pro7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/auto/qstyle/qstyle.pro b/tests/auto/qstyle/qstyle.pro
index ba0908afa9..1ffe3696a8 100644
--- a/tests/auto/qstyle/qstyle.pro
+++ b/tests/auto/qstyle/qstyle.pro
@@ -1,13 +1,12 @@
load(qttest_p4)
+TARGET.EPOCHEAPSIZE = 0x200000 0x800000
SOURCES += tst_qstyle.cpp
-wince*: {
- DEFINES += SRCDIR=\\\".\\\"
+wince*|symbian*: {
+ !symbian:DEFINES += SRCDIR=\\\".\\\"
addPixmap.sources = task_25863.png
addPixmap.path = .
DEPLOYMENT += addPixmap
} else {
DEFINES += SRCDIR=\\\"$$PWD\\\"
}
-
-