diff options
Diffstat (limited to 'tests/auto/qstyle/qstyle.pro')
-rw-r--r-- | tests/auto/qstyle/qstyle.pro | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/auto/qstyle/qstyle.pro b/tests/auto/qstyle/qstyle.pro index ba0908a..8163f26 100644 --- a/tests/auto/qstyle/qstyle.pro +++ b/tests/auto/qstyle/qstyle.pro @@ -1,7 +1,8 @@ load(qttest_p4) +TARGET.EPOCHEAPSIZE = 0x200000 0x800000 SOURCES += tst_qstyle.cpp -wince*: { +wince*|symbian*: { DEFINES += SRCDIR=\\\".\\\" addPixmap.sources = task_25863.png addPixmap.path = . @@ -9,5 +10,3 @@ wince*: { } else { DEFINES += SRCDIR=\\\"$$PWD\\\" } - - |