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

SUBDIRS += heartrate-server

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

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