summaryrefslogtreecommitdiff
path: root/examples/websockets/websockets.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/websockets/websockets.pro')
-rw-r--r--examples/websockets/websockets.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/websockets/websockets.pro b/examples/websockets/websockets.pro
index 76a0e9f..e5eddf6 100644
--- a/examples/websockets/websockets.pro
+++ b/examples/websockets/websockets.pro
@@ -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 += \