qt5base-lts/tests/auto/.prev_CMakeLists.txt
Oliver Wolff 45b0f1be68 Remove winrt
Macros and the await helper function from qfunctions_winrt(_p).h are
needed in other Qt modules which use UWP APIs on desktop windows.

Task-number: QTBUG-84434
Change-Id: Ice09c11436ad151c17bdccd2c7defadd08c13925
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2020-06-06 20:25:49 +02:00

42 lines
1014 B
Plaintext

# Generated from auto.pro.
add_subdirectory(testlib)
add_subdirectory(other)
if(UIKIT)
add_subdirectory(corelib)
endif()
if(TARGET Qt::Gui)
add_subdirectory(gui)
endif()
if(QT_FEATURE_process AND NOT CMAKE_CROSSCOMPILING)
add_subdirectory(tools)
endif()
if(NOT CMAKE_CROSSCOMPILING)
add_subdirectory(cmake)
add_subdirectory(installed_cmake)
endif()
if(TARGET Qt::Concurrent)
add_subdirectory(concurrent)
endif()
if((((system("dbus-send --session --type=signal / local.AutotestCheck.Hello >_ss_QMAKE_SYSTEM_NULL_DEVICE 2>&1")) AND (TARGET Qt::DBus AND NOT CMAKE_CROSSCOMPILING AND NOT boot2qt))))
add_subdirectory(dbus)
endif()
if(TARGET Qt::Network)
add_subdirectory(network)
endif()
if(TARGET Qt::OpenGL)
add_subdirectory(opengl)
endif()
if(TARGET Qt::PrintSupport)
add_subdirectory(printsupport)
endif()
if(TARGET Qt::Sql)
add_subdirectory(sql)
endif()
if(TARGET Qt::Widgets)
add_subdirectory(widgets)
endif()
if(TARGET Qt::Xml)
add_subdirectory(xml)
endif()