ac1cbc752f
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>
36 lines
837 B
Prolog
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 \
|