2019-10-22 07:59:13 +00:00
|
|
|
# Generated from other.pro.
|
|
|
|
|
2020-06-04 10:39:27 +00:00
|
|
|
if(NOT CMAKE_CROSSCOMPILING)
|
2019-10-22 07:59:13 +00:00
|
|
|
# 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()
|
2020-06-05 07:24:37 +00:00
|
|
|
if(TARGET Qt::Network AND TARGET Qt::Widgets)
|
2019-10-22 07:59:13 +00:00
|
|
|
add_subdirectory(lancelot)
|
|
|
|
add_subdirectory(qnetworkaccessmanager_and_qprogressdialog)
|
|
|
|
endif()
|
2020-03-16 12:36:47 +00:00
|
|
|
if(MACOS AND TARGET Qt::Gui AND TARGET Qt::Widgets)
|
2019-10-22 07:59:13 +00:00
|
|
|
add_subdirectory(macgui)
|
|
|
|
add_subdirectory(macplist)
|
|
|
|
add_subdirectory(qaccessibilitymac)
|
|
|
|
endif()
|
2020-09-02 12:27:41 +00:00
|
|
|
if(TARGET Qt::Network)
|
|
|
|
add_subdirectory(networkselftest)
|
|
|
|
endif()
|
2020-10-13 11:36:18 +00:00
|
|
|
# QTBUG-87674 # special case
|
|
|
|
if(QT_FEATURE_accessibility AND TARGET Qt::Gui AND TARGET Qt::Widgets AND NOT ANDROID)
|
2020-09-02 12:27:41 +00:00
|
|
|
add_subdirectory(qaccessibility)
|
|
|
|
endif()
|
2019-10-22 07:59:13 +00:00
|
|
|
if(TARGET Qt::Gui)
|
|
|
|
add_subdirectory(qcomplextext)
|
|
|
|
endif()
|
2020-09-02 12:27:41 +00:00
|
|
|
add_subdirectory(qobjectrace)
|
|
|
|
add_subdirectory(toolsupport)
|
2020-10-13 11:36:18 +00:00
|
|
|
# QTBUG-87670 # special case
|
|
|
|
if(QT_FEATURE_process AND TARGET Qt::Gui AND NOT ANDROID)
|
2019-10-22 07:59:13 +00:00
|
|
|
add_subdirectory(qprocess_and_guieventloop)
|
|
|
|
endif()
|
|
|
|
if(QT_FEATURE_accessibility_atspi_bridge AND TARGET Qt::Gui AND TARGET Qt::Widgets)
|
2020-01-13 14:32:42 +00:00
|
|
|
#add_subdirectory(qaccessibilitylinux) # special case # This test is broken
|
2019-10-22 07:59:13 +00:00
|
|
|
endif()
|
2020-03-16 12:36:47 +00:00
|
|
|
if(MACOS AND TARGET Qt::Gui)
|
2020-06-04 10:36:54 +00:00
|
|
|
# add_subdirectory(macnativeevents) # special case it's disabled in qmake too
|
2019-10-22 07:59:13 +00:00
|
|
|
endif()
|
|
|
|
if(embedded)
|
|
|
|
add_subdirectory(qdirectpainter)
|
|
|
|
endif()
|
2020-06-04 10:39:27 +00:00
|
|
|
if(QT_FEATURE_xkbcommon AND TARGET Qt::Gui)
|
2019-10-22 07:59:13 +00:00
|
|
|
add_subdirectory(xkbkeyboard)
|
|
|
|
endif()
|