summaryrefslogtreecommitdiffstats
path: root/tests/bttestui/bttestui.pro
blob: 062486915708e48ce6122f6f25e3dcd28dc12284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = bttestui
TEMPLATE = app

SOURCES += main.cpp \
    btlocaldevice.cpp

QT += quick bluetooth

OTHER_FILES += main.qml \
    Button.qml

RESOURCES += \
    bttest.qrc

HEADERS += \
    btlocaldevice.h