summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/bluetooth.pro
blob: 1c09dadeea9bd21f112af54e4048bb2667f3ed1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs

SUBDIRS += heartrate-server

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

qtHaveModule(quick): SUBDIRS += scanner \
                                picturetransfer \
                                pingpong \
                                lowenergyscanner \
                                heartlistener \
                                chat