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 /src/src.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 'src/src.pro')
-rw-r--r-- | src/src.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro index ad1b0c7..2353690 100644 --- a/src/src.pro +++ b/src/src.pro @@ -2,4 +2,4 @@ TEMPLATE = subdirs CONFIG += ordered SUBDIRS += websockets -qtHaveModule(quick): SUBDIRS += imports +#qtHaveModule(quick): SUBDIRS += imports |