summaryrefslogtreecommitdiffstats
path: root/tests/auto/localserveroption/CMakeLists.txt
blob: 565f89f7e2bfdfad94c3f54ee36aa5ddf00db9e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#####################################################################
## tst_localserveroption Test:
#####################################################################

qt_internal_add_test(tst_localserveroption
    SOURCES
        tst_localserveroption.cpp
    LIBRARIES
        Qt::RemoteObjects
        Qt::Core
)