IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Bluetooth QML Ping Pong example

A QML example showing Bluetooth communication.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Bluetooth QML Ping Pong example

 
Sélectionnez
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

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+