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

SUBDIRS += consolecoapclient

qtHaveModule(gui) SUBDIRS += simplecoapclient

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