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

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

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