QtWebSockets: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Add "cleanup" tag)
(Convert ExpressionEngine links)
Line 38: Line 38:
== History ==
== History ==


The development and code review takes place through "Gerrit":http://wiki.qt.io/Setting_up_Gerrit. A Qt Developer account must be created for anyone in order to be able to contribute to the project.
The development and code review takes place through [http://wiki.qt.io/Setting_up_Gerrit Gerrit]. A Qt Developer account must be created for anyone in order to be able to contribute to the project.


More information about the registration process and development in general can be found on the following site:
More information about the registration process and development in general can be found on the following site:
Line 84: Line 84:
== Getting the source code ==
== Getting the source code ==


In order to get get the source code, you need to register to get a Qt Developer account. Moreover, you need to set that account up for Gerrit usage (see "Setting up Gerrit":http://wiki.qt.io/Setting_up_Gerrit).
In order to get get the source code, you need to register to get a Qt Developer account. Moreover, you need to set that account up for Gerrit usage (see [http://wiki.qt.io/Setting_up_Gerrit Setting up Gerrit]).


You can then check out the repository using git, like this:
You can then check out the repository using git, like this:

Revision as of 15:29, 4 March 2015

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

English | Deutsch | Русский | Polski | Nederlands | Português | Español | Українською | فارسی | عربي | 한국어 | Suomi | Català | Italiano | 日本語 | Français | Magyar | ಕನ್ನಡ | हिन्दी | ภาษาไทย | 简体中文 | Български

[toc align_right="yes" depth="3"]

QtWebSockets

News

Public mirror on "Gitorious": https://qt.gitorious.org/qt/qtwebsockets

Brief description

The QtWebSockets module is an add-on for the Qt5 library,.

History

The development and code review takes place through Gerrit. A Qt Developer account must be created for anyone in order to be able to contribute to the project.

More information about the registration process and development in general can be found on the following site: http://wiki.qt.io/Code_Reviews

Functionality

The QtWebSockets module has support for the following operating systems:

{background:#009900}. |. Operating system |. Support state |_. Note | |Windows 7/8 |YES |Full support | |Windows CE |YES |Tested through the Qt CI platform | |Gnu/Linux |YES |Full support | |MacOSX |YES |Full support | | Android | YES | Tested through the Qt CI platform | | IOS | YES | Tested through the Qt CI platform | |Others Unix |YES |All POSIX-compatible |

Note:

(*) -

Getting the source code

In order to get get the source code, you need to register to get a Qt Developer account. Moreover, you need to set that account up for Gerrit usage (see Setting up Gerrit).

You can then check out the repository using git, like this:

git clone ssh://<username>@codereview.qt.io:29418/qt/qtwebsockets.git

<username>: the Gerrit user identifier

Building and Installing

Using

Known Issues

Fill up