diff options
author | axis <qt-info@nokia.com> | 2010-06-25 14:45:57 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-06-29 12:13:47 (GMT) |
commit | bbb3420e74ee005e0d2b688af65c4ecfe5771235 (patch) | |
tree | 19b2a5f42e4092eb25adfe1f30c695b2993b3d8f /tests/auto/qstyle | |
parent | 99c408a8efdaa16363f29c0e67fe97b3c8a7f1c4 (diff) | |
download | Qt-bbb3420e74ee005e0d2b688af65c4ecfe5771235.zip Qt-bbb3420e74ee005e0d2b688af65c4ecfe5771235.tar.gz Qt-bbb3420e74ee005e0d2b688af65c4ecfe5771235.tar.bz2 |
Various fixes to autotests when using the symbian/linux-armcc mkspec.
Diffstat (limited to 'tests/auto/qstyle')
-rw-r--r-- | tests/auto/qstyle/qstyle.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qstyle/qstyle.pro b/tests/auto/qstyle/qstyle.pro index 1ffe369..11f5943 100644 --- a/tests/auto/qstyle/qstyle.pro +++ b/tests/auto/qstyle/qstyle.pro @@ -2,7 +2,7 @@ load(qttest_p4) TARGET.EPOCHEAPSIZE = 0x200000 0x800000 SOURCES += tst_qstyle.cpp -wince*|symbian*: { +wince*|symbian: { !symbian:DEFINES += SRCDIR=\\\".\\\" addPixmap.sources = task_25863.png addPixmap.path = . |