aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qcoapreply/CMakeLists.txt
blob: 22d9210ba98e16aef5f1726a4c34a7a13786f28c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Generated from qcoapreply.pro.

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

qt_add_test(qcoapreply
    SOURCES
        tst_qcoapreply.cpp
    LIBRARIES
        Qt::CoapPrivate
        Qt::CorePrivate
    PUBLIC_LIBRARIES
        Qt::Coap
        Qt::Network
)