Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
QtWebSockets: Difference between revisions
AutoSpider (talk | contribs) (Add "cleanup" tag) |
Henri Vikki (talk | contribs) No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''English''' | '''English''' | ||
Line 24: | Line 23: | ||
| [[:QtAudio3D_Bulgarian|Български]] | | [[:QtAudio3D_Bulgarian|Български]] | ||
== News == | == News == | ||
Public mirror | Public mirror at http://code.qt.io/cgit/qt/qtwebsockets.git/tree/ | ||
== Brief description == | == Brief description == | ||
Line 38: | Line 35: | ||
== History == | == History == | ||
The development and code review takes place through | 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 47: | Line 44: | ||
The QtWebSockets module has support for the following operating systems: | The QtWebSockets module has support for the following operating systems: | ||
{ | {| class="wikitable" | ||
| | !Operating system | ||
!Support state | |||
!Note | |||
|- | |||
|Windows 7/8 | |Windows 7/8 | ||
|YES | |YES | ||
|Full support | |Full support | ||
| | |- | ||
|Windows CE | |Windows CE | ||
|YES | |YES | ||
|Tested through the Qt CI platform | |Tested through the Qt CI platform | ||
| | |- | ||
|Gnu/Linux | |Gnu/Linux | ||
|YES | |YES | ||
|Full support | |Full support | ||
| | |- | ||
|MacOSX | |MacOSX | ||
|YES | |YES | ||
|Full support | |Full support | ||
| | |- | ||
| Android | | Android | ||
| YES | | YES | ||
| Tested through the Qt CI platform | | Tested through the Qt CI platform | ||
| | |- | ||
| IOS | | IOS | ||
| YES | | YES | ||
| Tested through the Qt CI platform | | Tested through the Qt CI platform | ||
| | |- | ||
|Others Unix | |Others Unix | ||
|YES | |YES | ||
|All POSIX-compatible | |All POSIX-compatible | ||
| | |} | ||
Note: | Note: | ||
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 | 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: | ||
<code>git clone ssh://<username>@codereview.qt.io:29418/qt/qtwebsockets.git<code> | <code>git clone ssh://<username>@codereview.qt.io:29418/qt/qtwebsockets.git</code> | ||
<username>: the Gerrit user identifier | <username>: the Gerrit user identifier |
Latest revision as of 10:09, 9 April 2015
English | Deutsch | Русский | Polski | Nederlands | Português | Español | Українською | فارسی | عربي | 한국어 | Suomi | Català | Italiano | 日本語 | Français | Magyar | ಕನ್ನಡ | हिन्दी | ภาษาไทย | 简体中文 | Български
News
Public mirror at http://code.qt.io/cgit/qt/qtwebsockets.git/tree/
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:
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