summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/bluetooth.pro
blob: 73b7847727fad134c7a9a870d6a650f16e3f45ad (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = subdirs

SUBDIRS += heartrate-server

qtHaveModule(widgets) {
    SUBDIRS += btchat
}

qtHaveModule(quick): SUBDIRS += pingpong \
                                lowenergyscanner \
                                heartrate-game