summaryrefslogtreecommitdiff
path: root/.qmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Bump versionOswald Buddenhagen2015-09-101-1/+1
| | | | Change-Id: I6e774e49fb3079797be71a0fe8bdf9431bac7886
* Bump versionOswald Buddenhagen2015-02-241-1/+1
| | | | Change-Id: Iba05221292a1be30f250f8f4b093a2d9b405013b
* Bump versionOswald Buddenhagen2014-08-091-1/+1
| | | | Change-Id: I0fdc38bc39f0d3a35253799b926562b49da022f6
* Bump module version to 5.4.0Sergio Ahumada2014-03-131-1/+1
| | | | | Change-Id: I6877931d5ad82310b7ae9d9553bdd8d0f091d340 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* Bump module version to 5.3.0Kurt Pattyn2014-01-201-1/+1
| | | | | Change-Id: I93120dafc1457de8b24774a81a4303d71974063e Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* No warnings means we can use CONFIG += warning_cleanFrederik Gladhorn2014-01-181-0/+1
| | | | | | | This will use werror to keep the module clean. Change-Id: I6229ff593d1263e30feee474636a35e87d38c4e6 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Add functionality to ignore ssl errorsKurt Pattyn2013-11-011-1/+1
| | | | | Change-Id: I81248b9af104c0b3d37c9cfcef250a102f4b1d32 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Changes to integrate the websocket module as a full Qt Add-On moduleSteven Ceuppens2013-09-281-0/+5
- 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>