summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2014-02-02 01:08:49 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-04 10:27:10 +0100
commita759cd77495d34ce5c47d17e3e084084f6cedd04 (patch)
tree97d68280a994bfdae8c542687b5704b00f875206 /examples
parent97b9d19626a094ca3b0eafa45112861d4a5e1586 (diff)
downloadqtwebsockets-a759cd77495d34ce5c47d17e3e084084f6cedd04.tar.gz
Comment out QML component
Commented out QWebSocket QML component because there is still discussion regarding its API. Change-Id: I9a0699e19186f7e9761517fd127ac8a5263c745f Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/examples.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 76a0e9f..1f7b8ed 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -3,7 +3,7 @@ TEMPLATE = subdirs
SUBDIRS = echoclient \
echoserver \
simplechat
-qtHaveModule(quick): SUBDIRS += qmlwebsocketclient
+#qtHaveModule(quick): SUBDIRS += qmlwebsocketclient
contains(QT_CONFIG, openssl) | contains(QT_CONFIG, openssl-linked) {
SUBDIRS += \