From a759cd77495d34ce5c47d17e3e084084f6cedd04 Mon Sep 17 00:00:00 2001 From: Kurt Pattyn Date: Sun, 2 Feb 2014 01:08:49 +0100 Subject: Comment out QML component Commented out QWebSocket QML component because there is still discussion regarding its API. Change-Id: I9a0699e19186f7e9761517fd127ac8a5263c745f Reviewed-by: Frederik Gladhorn --- examples/examples.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 += \ -- cgit v1.2.1