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