summaryrefslogtreecommitdiff
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-11-06 10:49:04 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-06 11:17:43 +0100
commit0aa24f1799c4797b9283f7af499d096fcbaf522c (patch)
tree1a1c6edf521712165826f41bd136929a1fbfbe4b /examples/examples.pro
parent9ac2d61c4d71acd556e3694f7de74b0f9d5bdf4d (diff)
downloadqtwebsockets-0aa24f1799c4797b9283f7af499d096fcbaf522c.tar.gz
Add chat server example
Change-Id: Iec7e9be0d2e397737ab12b898ac31bca200f05c1 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 8ca2be0..6b2218c 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,5 +1,6 @@
TEMPLATE = subdirs
SUBDIRS = echoclient \
- echoserver
+ echoserver \
+ simplechat
qtHaveModule(quick): SUBDIRS += qmlwebsocketclient