0cbd307d6a
Change-Id: I0dbcef3c918b9502528bf2fe0907a7582dcde0ea Reviewed-by: Cristian Adam <cristian.adam@qt.io>
50 lines
1.4 KiB
Plaintext
50 lines
1.4 KiB
Plaintext
# Generated from other.pro.
|
|
|
|
if(NOT CMAKE_CROSSCOMPILING)
|
|
add_subdirectory(compiler)
|
|
add_subdirectory(atwrapper)
|
|
endif()
|
|
if(TARGET Qt::Widgets)
|
|
add_subdirectory(gestures)
|
|
add_subdirectory(languagechange)
|
|
add_subdirectory(qfocusevent)
|
|
add_subdirectory(qsharedpointer_and_qwidget)
|
|
add_subdirectory(windowsmobile)
|
|
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)
|
|
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 AND TARGET Qt::Gui)
|
|
add_subdirectory(xkbkeyboard)
|
|
endif()
|