Add initial support for a declarative WebSocketServer.
[contrib/qtwebsockets.git] / examples / websockets / websockets.pro
index 76a0e9f..e5eddf6 100644 (file)
@@ -3,7 +3,11 @@ TEMPLATE = subdirs
 SUBDIRS = echoclient \
           echoserver \
           simplechat
-qtHaveModule(quick): SUBDIRS += qmlwebsocketclient
+
+qtHaveModule(quick) {
+SUBDIRS += qmlwebsocketclient \
+           qmlwebsocketserver
+}
 
 contains(QT_CONFIG, openssl) | contains(QT_CONFIG, openssl-linked) {
 SUBDIRS +=  \