9b1190fd68
It's disabled in qmake too, due to being almost all blacklisted and flaky. Plus locally when i tested, i had to give accessibility permissions manually, otherwise it failed. Change-Id: I55ce7a81c46ac28f41c43f5c159fecc22d489966 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
50 lines
1.5 KiB
CMake
50 lines
1.5 KiB
CMake
# Generated from other.pro.
|
|
|
|
if(NOT cross_compile)
|
|
add_subdirectory(compiler)
|
|
# add_subdirectory(atwrapper) <- does not exist # special case
|
|
endif()
|
|
if(TARGET Qt::Widgets)
|
|
add_subdirectory(gestures)
|
|
add_subdirectory(languagechange)
|
|
add_subdirectory(qfocusevent)
|
|
add_subdirectory(qsharedpointer_and_qwidget)
|
|
# add_subdirectory(windowsmobile) <- does not exist # special case
|
|
endif()
|
|
if(TARGET Qt::Network AND TARGET Qt::Widgets AND NOT WINRT)
|
|
add_subdirectory(lancelot)
|
|
add_subdirectory(qnetworkaccessmanager_and_qprogressdialog)
|
|
endif()
|
|
if(MACOS AND TARGET Qt::Gui AND TARGET Qt::Widgets)
|
|
add_subdirectory(macgui)
|
|
add_subdirectory(macplist)
|
|
add_subdirectory(qaccessibilitymac)
|
|
endif()
|
|
if(TARGET Qt::Gui)
|
|
add_subdirectory(qcomplextext)
|
|
endif()
|
|
if(QT_FEATURE_process AND TARGET Qt::Gui)
|
|
add_subdirectory(qprocess_and_guieventloop)
|
|
endif()
|
|
if(QT_FEATURE_accessibility AND TARGET Qt::Gui AND TARGET Qt::Widgets AND NOT WINRT)
|
|
add_subdirectory(qaccessibility)
|
|
endif()
|
|
if(QT_FEATURE_accessibility_atspi_bridge AND TARGET Qt::Gui AND TARGET Qt::Widgets)
|
|
#add_subdirectory(qaccessibilitylinux) # special case # This test is broken
|
|
endif()
|
|
if(TARGET Qt::Network AND NOT WINRT)
|
|
add_subdirectory(networkselftest)
|
|
endif()
|
|
if(MACOS AND TARGET Qt::Gui)
|
|
# add_subdirectory(macnativeevents) # special case it's disabled in qmake too
|
|
endif()
|
|
if(embedded)
|
|
add_subdirectory(qdirectpainter)
|
|
endif()
|
|
if(ANDROID)
|
|
add_subdirectory(android)
|
|
endif()
|
|
if(QT_FEATURE_xkbcommon)
|
|
add_subdirectory(xkbkeyboard)
|
|
endif()
|