summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/bluetooth.pro
blob: bc18f571176d863425c18b978bc379d201d9fde9 (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 \
                                heartrate-game \
                                chat