aboutsummaryrefslogtreecommitdiffstats
path: root/tools/.prev_CMakeLists.txt
blob: 324da4ee5985499dcf3fe300d60d265a29cdc49d (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
42
# Generated from tools.pro.


qt_exclude_tool_directories_from_default_target(
    qmlprofiler
    qmlplugindump
    qmleasing
)

if(QT_FEATURE_qml_devtools)
    add_subdirectory(qmllint)
    add_subdirectory(qmlimportscanner)
    add_subdirectory(qmlformat)
endif()
if(QT_FEATURE_qml_devtools AND QT_FEATURE_xmlstreamwriter)
    add_subdirectory(qmlcachegen)
endif()
if(QT_FEATURE_thread AND NOT ANDROID AND NOT WASM AND NOT rtems)
    add_subdirectory(qml)
endif()
if(QT_FEATURE_qml_profiler AND QT_FEATURE_thread AND NOT ANDROID AND NOT WASM AND NOT rtems)
    add_subdirectory(qmlprofiler)
endif()
if(QT_FEATURE_qml_preview AND QT_FEATURE_thread AND NOT ANDROID AND NOT WASM AND NOT rtems)
    add_subdirectory(qmlpreview)
endif()
if(QT_BUILD_SHARED_LIBS AND QT_FEATURE_thread AND TARGET Qt::Quick AND NOT ANDROID AND NOT WASM AND NOT rtems)
    add_subdirectory(qmlscene)
    add_subdirectory(qmltime)
endif()
if(QT_BUILD_SHARED_LIBS AND QT_FEATURE_process AND QT_FEATURE_regularexpression AND QT_FEATURE_thread AND TARGET Qt::Quick AND NOT ANDROID AND NOT WASM AND NOT rtems)
    add_subdirectory(qmlplugindump)
endif()
if(QT_FEATURE_dialogbuttonbox AND QT_FEATURE_thread AND TARGET Qt::Quick AND TARGET Qt::Widgets AND NOT ANDROID AND NOT WASM AND NOT rtems)
    add_subdirectory(qmleasing)
endif()
if(QT_FEATURE_thread AND TARGET Qt::QuickTest AND NOT ANDROID AND NOT WASM AND NOT rtems)
    add_subdirectory(qmltestrunner)
endif()
if(QT_FEATURE_private_tests AND QT_FEATURE_thread AND NOT ANDROID AND NOT WASM AND NOT rtems)
    add_subdirectory(qmljs)
endif()