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

SOURCES += main.cpp \
    btlocaldevice.cpp

QT += quick bluetooth

android: QT += androidextras

OTHER_FILES += main.qml \
    Button.qml

RESOURCES += \
    bttest.qrc

HEADERS += \
    btlocaldevice.h