aboutsummaryrefslogtreecommitdiffstats
path: root/examples/coap/coap.pro
blob: 006c28191f063a3648f64d7e36f270d0062749f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = subdirs

SUBDIRS += \
    simplecoapclient \
    consolecoapclient

qtHaveModule(quick) {
    SUBDIRS += \
        quicksecureclient \
        quickmulticastclient
}