summaryrefslogtreecommitdiff
path: root/examples/bluetooth/bluetooth.pro
blob: 8145ab398ef65d809c27f32c50fae2c4453655da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = subdirs

SUBDIRS += heartrate-server

qtHaveModule(widgets) {
    SUBDIRS += btchat \
               btscanner
}

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