summaryrefslogtreecommitdiffstats
path: root/tests/auto/.prev_CMakeLists.txt
blob: 6bbd881af391caf6140e2266a408b915c2246708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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()