summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btscanner/btscanner.pro
blob: cc4675b2550f15270aed0dd22e00e143c8d02c03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET = btscanner

QT += concurrent bluetooth widgets
TEMPLATE = app

SOURCES = \
    main.cpp \
    device.cpp \
    service.cpp

HEADERS = \
    device.h \
    service.h

FORMS = \
    device.ui \
    service.ui