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

#####################################################################
## qcoapreply Test:
#####################################################################

qt_internal_add_test(qcoapreply
    SOURCES
        tst_qcoapreply.cpp
    LIBRARIES
        Qt::Coap
        Qt::CoapPrivate
        Qt::Network
)