qt5base-lts/tests/auto/widgets/graphicsview/CMakeLists.txt
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

37 lines
1.4 KiB
CMake

# Generated from graphicsview.pro.
if(QT_FEATURE_private_tests)
add_subdirectory(qgraphicsanchorlayout)
add_subdirectory(qgraphicsanchorlayout1)
add_subdirectory(qgraphicsitem)
add_subdirectory(qgraphicsscene)
add_subdirectory(qgraphicssceneindex)
endif()
add_subdirectory(qgraphicseffectsource)
add_subdirectory(qgraphicsgridlayout)
add_subdirectory(qgraphicsitemanimation)
add_subdirectory(qgraphicslayout)
add_subdirectory(qgraphicslayoutitem)
add_subdirectory(qgraphicslinearlayout)
add_subdirectory(qgraphicsobject)
add_subdirectory(qgraphicspixmapitem)
add_subdirectory(qgraphicspolygonitem)
add_subdirectory(qgraphicstransform)
if(QT_FEATURE_style_fusion)
# special case begin
# These tests are never run in coin with qmake since the statement
# !qtConfig(style-fusion): always passes causing the subdirs to be removed.
# For these tests to be generated the .pro file needs to be patched and
# the above line changed to !qtConfig(style-fusion). That being said,
# one of the test fails and needs to be corrected by someone with know how in
# that area. Until then we will disable them to mimic the behavior seen in
# coin.
#add_subdirectory(qgraphicsproxywidget)
#add_subdirectory(qgraphicswidget)
# special case end
endif()
# QTBUG-87671 # special case
if(NOT ANDROID)
add_subdirectory(qgraphicsview)
endif()