aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/CMakeLists.txt
blob: 5b1aed90ba3e1783a9ef385fc086c0e9ee01d419 (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
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from debugger.pro.

add_subdirectory(qqmldebugjsserver)
add_subdirectory(qqmldebugtranslationservice)
add_subdirectory(qpacketprotocol)
add_subdirectory(qqmlnativeconnector)

if(NOT CMAKE_CROSSCOMPILING)
    add_subdirectory(qdebugmessageservice)
    add_subdirectory(qqmldebugtranslationclient)
    add_subdirectory(qqmlenginedebugservice)
    add_subdirectory(qqmldebugjs)
    add_subdirectory(qqmlinspector)
    add_subdirectory(qqmlprofilerservice)
    add_subdirectory(qqmlenginedebuginspectorintegrationtest)
    add_subdirectory(qqmlenginecontrol)
    add_subdirectory(qqmldebuggingenabler)
    add_subdirectory(qqmldebugprocess)
    add_subdirectory(qqmlpreview)
endif()

if(QT_FEATURE_private_tests)
    add_subdirectory(qqmldebugclient)
    add_subdirectory(qqmldebuglocal)
    add_subdirectory(qv4debugger)
    if(NOT CMAKE_CROSSCOMPILING)
        add_subdirectory(qqmldebugservice)
    endif()
endif()