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

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

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