summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/graphicsview/qgraphicsscene/qgraphicsscene.pro
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>2015-01-13 13:33:10 +0100
committerTony Sarajärvi <tony.sarajarvi@theqtcompany.com>2016-01-20 07:48:34 +0000
commit4de1d0cb2890b509e8b11a00d251bf3a5d337cba (patch)
tree35cbfca1ae618843fb645e7617fdcb32c7e47fac /tests/auto/widgets/graphicsview/qgraphicsscene/qgraphicsscene.pro
parenta63a506d543430c22ce23107e1bdedeb489161b2 (diff)
Android: Fix some QGraphicsScene tests
1. Use qrc for test data so that it can be found on all platforms. 2. Skip a test which does not work on platforms where show() implies showMaximized(), as it depends on the window size being 150x150. 3. Skip test for hover event which depends on having a valid mouse cursor position. 4. Skip a couple of tests that fail on some Android devices. It's not worth spending a lot of time investigating this at the moment. Change-Id: Icb2b7f1d82981546a2154a76535b95606d7f40da Reviewed-by: BogDan Vatra <bogdan@kdab.com>
Diffstat (limited to 'tests/auto/widgets/graphicsview/qgraphicsscene/qgraphicsscene.pro')
-rw-r--r--tests/auto/widgets/graphicsview/qgraphicsscene/qgraphicsscene.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/widgets/graphicsview/qgraphicsscene/qgraphicsscene.pro b/tests/auto/widgets/graphicsview/qgraphicsscene/qgraphicsscene.pro
index 1a775d8b16..986ba019b4 100644
--- a/tests/auto/widgets/graphicsview/qgraphicsscene/qgraphicsscene.pro
+++ b/tests/auto/widgets/graphicsview/qgraphicsscene/qgraphicsscene.pro
@@ -17,3 +17,5 @@ wince* {
DEPLOYMENT += rootFiles renderFiles
DEFINES += SRCDIR=\\\".\\\"
}
+
+RESOURCES += testdata.qrc