summaryrefslogtreecommitdiffstats
path: root/tests/auto/repc/signature/matchAndQuit/CMakeLists.txt
blob: 64859a3fbf21956c1861656cc9c5cc1e1f1a28b9 (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
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0


#####################################################################
## matchAndQuit Binary:
#####################################################################

qt_internal_add_executable(matchAndQuit
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
    SOURCES
        main.cpp
    INCLUDE_DIRECTORIES
        ${CMAKE_CURRENT_SOURCE_DIR}
    LIBRARIES
        Qt::RemoteObjects
        Qt::Test
)
qt6_add_repc_replicas(matchAndQuit
    ../server.rep
)

#### Keys ignored in scope 1:.:.:matchAndQuit.pro:<TRUE>:
# TEMPLATE = "app"