diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-08-14 07:41:47 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-08-14 07:41:47 (GMT) |
commit | 370092f2f7f67c9e8000e7360ca07cf5b3bd6a0f (patch) | |
tree | 6fc662f44a09cd5e41818189865f96db0671900d /tests/auto/qgraphicsscene/qgraphicsscene.pro | |
parent | 6999732e677efafb342fe95241dea842ee0c9dbb (diff) | |
download | Qt-370092f2f7f67c9e8000e7360ca07cf5b3bd6a0f.zip Qt-370092f2f7f67c9e8000e7360ca07cf5b3bd6a0f.tar.gz Qt-370092f2f7f67c9e8000e7360ca07cf5b3bd6a0f.tar.bz2 |
Fixed qgraphicsscene autotest deployment for Symbian.
Makes render test case to pass at least on emulator.
Diffstat (limited to 'tests/auto/qgraphicsscene/qgraphicsscene.pro')
-rw-r--r-- | tests/auto/qgraphicsscene/qgraphicsscene.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgraphicsscene/qgraphicsscene.pro b/tests/auto/qgraphicsscene/qgraphicsscene.pro index 6b8bc70..31bb769 100644 --- a/tests/auto/qgraphicsscene/qgraphicsscene.pro +++ b/tests/auto/qgraphicsscene/qgraphicsscene.pro @@ -6,7 +6,7 @@ win32:!wince*: LIBS += -lUser32 !wince*:!symbian:DEFINES += SRCDIR=\\\"$$PWD\\\" DEFINES += QT_NO_CAST_TO_ASCII -wince*!symbian*: { +wince*|symbian*: { rootFiles.sources = Ash_European.jpg graphicsScene_selection.data rootFiles.path = . renderFiles.sources = testData\render\* |