qt5base-lts/tests/auto/widgets/graphicsview/graphicsview.pro
Assam Boudjelthia ac1cbc752f Android: exclude tests crashing at start
These tests are failing with "java.lang.UnsatisfiedLinkError: dlopen
failed: invalid ELF file" at the start, excluding them now to enable
Android testing until they're fixed later.

Task-number: QTBUG-87671
Task-number: QTBUG-87025
Change-Id: Ida7d7158fccdc31df1f9689f77fde832964d732f
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2020-11-16 13:35:44 +02:00

36 lines
837 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qgraphicsanchorlayout \
qgraphicsanchorlayout1 \
qgraphicseffectsource \
qgraphicsgridlayout \
qgraphicsitem \
qgraphicsitemanimation \
qgraphicslayout \
qgraphicslayoutitem \
qgraphicslinearlayout \
qgraphicsobject \
qgraphicspixmapitem \
qgraphicspolygonitem \
qgraphicsproxywidget \
qgraphicsscene \
qgraphicssceneindex \
qgraphicstransform \
qgraphicsview \
qgraphicswidget \
# QTBUG-87671
android: SUBDIRS -= qgraphicsview
!qtConfig(private_tests): SUBDIRS -= \
qgraphicsanchorlayout \
qgraphicsanchorlayout1 \
qgraphicsitem \
qgraphicsscene \
qgraphicssceneindex \
# These tests require the fusion style
!contains(styles, fusion):SUBDIRS -= \
qgraphicsproxywidget \
qgraphicswidget \