summaryrefslogtreecommitdiff
path: root/examples/examples.pro
Commit message (Collapse)AuthorAgeFilesLines
* Fix SSL examplesKurt Pattyn2013-12-221-2/+6
| | | | | | | Only include ssl examples when ssl is enabled in Qt Change-Id: I1ab8ec068980c0b6b9f19b47d05ae8fee3d17e79 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Add sslEchoClient and sslEchoServer examplesKurt Pattyn2013-11-061-0/+2
| | | | | | | Add license headers Change-Id: Ied74cb3db6ceed6c3f361e4afac860a7a3fb7676 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Add chat server exampleKurt Pattyn2013-11-061-1/+2
| | | | | Change-Id: Iec7e9be0d2e397737ab12b898ac31bca200f05c1 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Include qml example on when quick is availableKurt Pattyn2013-11-011-2/+2
| | | | | Change-Id: I35956c27253819ddacbb2abd403b06f97e57bd31 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Changes to integrate the websocket module as a full Qt Add-On moduleSteven Ceuppens2013-09-281-3/+3
| | | | | | | | | | | | | | | | | | | | | - Changed project files to use Qt structure - Moved existing sources into subdirectory, to make room for moduels - Created a "import/qmlwebsocket" module skeleton (works, but needs to be extended) - Modified examples to not use "include(.pri)", but use "QT += websocket" - Added qml example skeleton (works, but no useful functionality yet) Project can be build with: $ qmake $ make $ make install Module can be used in other projects with QT += websockets Change-Id: I2123026958b264670dbf8a978dee76edf5855806 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Added cache() command at start of .pro file to avoid qmake warnings in OS XKurt Pattyn2013-08-241-0/+1
|
* Renamed WebWocketClient to EchoClient to be consistent with the EchoServer ↵Kurt Pattyn2013-08-131-1/+1
| | | | | | example Added QUrl parameter to constructor
* Renamed HelloWorldServer to EchoServerKurt Pattyn2013-08-121-1/+1
|
* Added examples for WebSocket usageKurt Pattyn2013-08-031-0/+4