blob: aa79212e4b7f3169d4c35aa81a020f1d318c7421 [file] [log] [blame]
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