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

QT += quick bluetooth
android: QT += androidextras

# Input
SOURCES += main.cpp \
    pingpong.cpp

OTHER_FILES += assets/*.qml

RESOURCES += \
    resource.qrc

HEADERS += \
    pingpong.h

target.path = $$[QT_INSTALL_EXAMPLES]/bluetooth/pingpong
INSTALLS += target