diff options
author | Kurt Pattyn <pattyn.kurt@gmail.com> | 2014-02-02 01:08:49 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-02-04 10:27:10 +0100 |
commit | a759cd77495d34ce5c47d17e3e084084f6cedd04 (patch) | |
tree | 97d68280a994bfdae8c542687b5704b00f875206 /examples/examples.pro | |
parent | 97b9d19626a094ca3b0eafa45112861d4a5e1586 (diff) | |
download | qtwebsockets-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/examples.pro')
-rw-r--r-- | examples/examples.pro | 2 |
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 += \ |