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

Simple HTTP Server

Simple example of how to set up an HTTP server.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Simple HTTP Server

 
Sélectionnez
requires(qtHaveModule(httpserver))

TEMPLATE = app

CONFIG += cmdline
QT = httpserver
android: QT += gui

SOURCES += \
    main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/httpserver/simple
INSTALLS += target

RESOURCES += \
    assets/certificate.crt \
    assets/private.key \
    assets/qt-logo.png

CONFIG += cmdline

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