summaryrefslogtreecommitdiff
path: root/examples/examples.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant options and a stray defineJesus Fernandez2018-08-171-1/+1
| | | | | Change-Id: Ic7ce11f1631197e6ee019b66c0d7ec56590c5ab5 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
* Move examples into 'websockets' folderKai Koehne2014-03-191-10/+1
| | | | | | | | | In the packaging process the content of all 'examples' folders are copied together into one folder ... so modules are supposed to have their submodule name as a sub-folder of 'examples'. Change-Id: I9981b914e8268c932ca5a3d1c9fa73f8db0b6a5b Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Re-enable QML componentKurt Pattyn2014-02-111-1/+1
| | | | | | | Change-Id: I84948cf414585af841f3e669ddaf18b7a10fb22f Reviewed-by: Milian Wolff <milian.wolff@kdab.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com> Reviewed-by: Alan Alpert <aalpert@blackberry.com>
* Comment out QML componentKurt Pattyn2014-02-041-1/+1
| | | | | | | | Commented out QWebSocket QML component because there is still discussion regarding its API. Change-Id: I9a0699e19186f7e9761517fd127ac8a5263c745f Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
* 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