summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus/qdbuslocalcalls/CMakeLists.txt
blob: c2df7569c0923418929e3ce1c0d92c126aa1f08b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## tst_qdbuslocalcalls Test:
#####################################################################

qt_internal_add_test(tst_qdbuslocalcalls
    SOURCES
        tst_qdbuslocalcalls.cpp
    LIBRARIES
        Qt::DBus
)