Commit 258d019d authored by Frederik Gladhorn's avatar Frederik Gladhorn
Browse files

Merge remote-tracking branch 'origin/stable' into dev

Change-Id: I7215c289188462383799269aa9b736ae76db4d25
Showing with 3 additions and 21 deletions
TEMPLATE = subdirs TEMPLATE = subdirs
SUBDIRS = echoclient \ SUBDIRS = websockets
echoserver \ \ No newline at end of file
simplechat
qtHaveModule(quick): SUBDIRS += qmlwebsocketclient
contains(QT_CONFIG, openssl) | contains(QT_CONFIG, openssl-linked) {
SUBDIRS += \
sslechoserver \
sslechoclient
}
File moved
File moved
...@@ -41,18 +41,9 @@ ...@@ -41,18 +41,9 @@
/*! /*!
\group qtwebsockets-examples
\title Qt WebSockets Examples \title Qt WebSockets Examples
\page examples.html
\brief List of Qt WebSocket examples \brief List of Qt WebSocket examples
The examples below can be used as a guide to using the API. The examples below can be used as a guide to using the \l{Qt WebSockets} API.
\list
\li \l echoclient
\li \l echoserver
\li \l qmlwebsocketclient
\li \l simplechat
\li \l sslechoclient
\li \l sslechoserver
\endlist
*/ */
File moved
File moved
File moved
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment