summaryrefslogtreecommitdiff
path: root/tests/auto/qml/CMakeLists.txt
blob: d93456091561ed4bca407055e5f6c5cf0acaa4c7 (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

# Setup the test when called as a completely standalone project.
if(TARGET Qt6::Core)
    # Tests are built as part of the qtsensors build tree.
    # Setup paths so that the Qt packages are found.
    qt_internal_set_up_build_dir_package_paths()
endif()

add_subdirectory(simple)
add_subdirectory(windowmanager)
add_subdirectory(windowmapping)
#TODO: temporary - multi-process crashes in RHI on exit
#add_subdirectory(windowitem)
add_subdirectory(windowitem2)
add_subdirectory(installer)
add_subdirectory(quicklaunch)
add_subdirectory(intents)
add_subdirectory(configs)
add_subdirectory(lifecycle)
add_subdirectory(resources)
if(multi-process)
    add_subdirectory(crash/apps/tld.test.crash/terminator2)
    add_subdirectory(crash)
    add_subdirectory(processtitle)
endif()