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

Quick Secure CoAP Client

Securing the CoAP client and using it with a Qt Quick user interface.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Quick Secure CoAP Client

 
Sélectionnez
TEMPLATE = app

QT += qml quick coap

CONFIG += qmltypes
QML_IMPORT_NAME = CoapSecureClientModule
QML_IMPORT_MAJOR_VERSION = 1

HEADERS += \
    qmlcoapsecureclient.h

SOURCES += \
    main.cpp \
    qmlcoapsecureclient.cpp

qml_resources.files = \
    qmldir \
    FilePicker.qml \
    Main.qml

qml_resources.prefix = /qt/qml/CoapSecureClientModule

RESOURCES += qml_resources

target.path = $$[QT_INSTALL_EXAMPLES]/coap/quicksecureclient
INSTALLS += target

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