qt5base-lts/tests/auto/.prev_CMakeLists.txt
Edward Welbourne 1673e66047 Re-order the sub-dirs to catch real culprits before things they break
A failure in testlib is apt to imply misleading failures elsewhere, so
catch those first. Likewise, broken tools or corelib break
everything. Put the rest of the list in alphabetic order.

Restructure auto.pro to use conditional SUBDIRS += (in the right
order) instead of setting SUBDIRS to a full list and then doing
conditional SUBDIRS -= for most entries. This more closely matches the
way the generated cmake config does things, although it still doesn't
regenerate cleanly.

Change-Id: Idc15326c3534eb4fdce55394269f2dfbc17fcd99
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2020-05-05 15:34:15 +02:00

42 lines
1.0 KiB
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((((TARGET Qt::DBus AND NOT CMAKE_CROSSCOMPILING AND NOT boot2qt) AND (system("dbus-send --session --type=signal / local.AutotestCheck.Hello >_ss_QMAKE_SYSTEM_NULL_DEVICE 2>&1")))))
add_subdirectory(dbus)
endif()
if(TARGET Qt::Network AND NOT WINRT)
add_subdirectory(network)
endif()
if(TARGET Qt::OpenGL AND NOT WINRT)
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()