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

#####################################################################
## qcoapmessage Test:
#####################################################################

qt_add_test(qcoapmessage
    SOURCES
        tst_qcoapmessage.cpp
    PUBLIC_LIBRARIES
        Qt::Coap
        Qt::Network
)