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

#####################################################################
## qcoapinternalrequest Test:
#####################################################################

add_qt_test(qcoapinternalrequest
    GUI
    SOURCES
        tst_qcoapinternalrequest.cpp
    LIBRARIES
        Qt::CoapPrivate
        Qt::CorePrivate
    PUBLIC_LIBRARIES
        Qt::Coap
        Qt::Network
)