summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/dbus/qdbusperformance/server/CMakeLists.txt
blob: 7136a2e57160d8837198b4fa1aa0a0057c0e6dae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## server Binary:
#####################################################################

qt_internal_add_executable(server
    GUI
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
    SOURCES
        ../serverobject.h
        server.cpp
    LIBRARIES
        Qt::DBus
)