77885f8402
None of the other platforms have it. Change-Id: Ib448c2c03ba03f711b507ef391977c0e6aa7c192 Reviewed-by: Alexandru Croitor <alexandru.croitor@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)
|
|
endif()
|
|
if(embedded)
|
|
add_subdirectory(qdirectpainter)
|
|
endif()
|
|
if(ANDROID)
|
|
add_subdirectory(android)
|
|
endif()
|
|
if(QT_FEATURE_xkbcommon)
|
|
add_subdirectory(xkbkeyboard)
|
|
endif()
|