aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/CMakeLists.txt
blob: cdec7346eb3a152058ee2c1bbc24e771475a49a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated from auto.pro.

add_subdirectory(qml)
add_subdirectory(quick)
add_subdirectory(quicktest)
add_subdirectory(qmldevtools)
# special case begin
# add_subdirectory(cmake)
# add_subdirectory(installed_cmake)
# special case end
add_subdirectory(toolsupport)
if(NOT UIKIT)
    add_subdirectory(qmltest)
endif()
if(TARGET Qt::Gui)
    add_subdirectory(particles)
endif()
if(TARGET Qt::Widgets)
    add_subdirectory(quickwidgets)
endif()