aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmldebugjsserver/CMakeLists.txt
blob: 8c0ae537f58a4ae5a564d982106502685506e723 (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
# 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 qqmldebugjsserver.pro.

#####################################################################
## qqmldebugjsserver Binary:
#####################################################################

qt_internal_add_executable(qqmldebugjsserver
    # special case begin
    OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
    # INSTALL_DIRECTORY "${INSTALL_TESTSDIR}/qqmldebugjsserver"
    # special case end
    SOURCES
        qqmldebugjsserver.cpp
    DEFINES
        QT_QML_DEBUG_NO_WARNING
    INCLUDE_DIRECTORIES
        ../shared
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Qml
        Qt::Test
)

## Scopes:
#####################################################################