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

Qt Sensors - Grue Sensor Example

The Qt Sensors - Grue sensor example demonstrates all the steps from creating a new sensor to using it.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt Sensors - Grue Sensor Example

 
Sélectionnez
TEMPLATE = app
TARGET = grue_app
QT += quick

# Avoid going to release/debug subdirectory
win32: DESTDIR = ./

SOURCES = main.cpp

RESOURCES += \
    qml.qrc

OTHER_FILES = \
    $$files(*.qml) \
    grue.png

target.path = $$[QT_INSTALL_EXAMPLES]/sensors/grue
INSTALLS += target

EXAMPLE_FILES += \
    grue.xcf \
    icon.xcf

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