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

Qt Sensors - Explorer QML Example

Demonstrates how to read the meta-data of available sensors.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt Sensors - Explorer QML Example

 
Sélectionnez
TEMPLATE = app
TARGET = sensor_explorer
QT += qml quick

qtHaveModule(widgets) {
    QT += widgets
}

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

SOURCES = main.cpp

OTHER_FILES = \
    sensor_explorer.qml

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

RESOURCES += \
    qml.qrc

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