summaryrefslogtreecommitdiff
path: root/sync.profile
Commit message (Collapse)AuthorAgeFilesLines
* Force QWebSocketProtocol header file creationv5.9.0-alpha1Timur Pocheptsov2017-02-061-0/+4
| | | | | | | | | | The qwebsocketprotocol.h header does not declare any class, but only a namespace. This patch updates sync.profile by declaring 'classnames' with QWebSocketProtocol explicitly. Task-number: QTBUG-58651 Change-Id: I759b34c227b3d6ca970bcff08c6fdcbafb958c9e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
* remove dependencies from sync.profileOswald Buddenhagen2016-11-061-5/+0
| | | | | | | the CI obtains them from the qt5 super repo nowadays. Change-Id: I127063ac69995e8084b7fd0caf25f253270b7195 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
* remove some pointless noise from project filesOswald Buddenhagen2014-08-081-4/+0
| | | | | Change-Id: I69b07bfdb69ec4f9ad8c7bf0e6fc327b76113de6 Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
* remove custom module pri fileOswald Buddenhagen2014-08-081-4/+0
| | | | | | | that's been deprecated since the 5.0 release or so. Change-Id: Icbb9f375261a79b708cce4b6e2a70f71140de1d4 Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
* Add close code and close reason getter functionsKurt Pattyn2013-11-171-0/+1
| | | | | Change-Id: I4eeab1521054e4f4921d25c6a990eeb7486443cb Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* reorganized unittests & added module priSteven Ceuppens2013-09-291-0/+4
| | | | | Change-Id: Ib1aa45f7cc07ea4564b0e5f1315273a2526a4e74 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Changes to integrate the websocket module as a full Qt Add-On moduleSteven Ceuppens2013-09-281-1/+8
| | | | | | | | | | | | | | | | | | | | | - 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>
* sync.profile: Remove qtnetwork from %dependenciesSergio Ahumada2013-09-281-2/+1
| | | | | | | qtnetwork is not a repository, so it doesn't make sense here. Change-Id: I679df09f47b3996a3c1157b500f1d0381a61398d Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Added sync.profile based on that of QtSerialPortKurt Pattyn2013-08-251-0/+8