summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Fix qmldir for qmlwebsockets_compatLiang Qi2015-05-221-1/+0
| | | | | | | | | It is not supported to have both "import Qt.WebSockets 1.0" and "import QtWebSockets 1.0" in the same project. Task-number: QTBUG-46205 Change-Id: I71b824b091f4491b8ab5e1eae8290a51159b03e2 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Changes to integrate the websocket module as a full Qt Add-On moduleSteven Ceuppens2013-09-281-17/+24
| | | | | | | | | | | | | | | | | | | | | - 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>
* Update .gitignoreSergio Ahumada2013-09-281-0/+11
| | | | | | | Add mkspecs/ include/ and lib/ to the ignore list Change-Id: Ifad1eb78e3bd1b2b825a30a31df325e836c77e3e Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Update .gitignore fileSergio Ahumada2013-09-281-50/+17
| | | | | Change-Id: I2093ea60192aff6c82a4815cec472d4b23e8961f Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Added dev specific files to ignore listKurt Pattyn2013-08-251-0/+39
|
* Ignore generated documentationKurt Pattyn2013-08-251-0/+1
|
* Added build specific files to ignore listKurt Pattyn2013-08-221-0/+1
|
* Ignored build specific outputKurt Pattyn2013-08-121-0/+1
|
* Ignore generated documentationKurt Pattyn2013-08-101-0/+1
|
* Excluded report directory from commitKurt Pattyn2013-08-071-0/+1
|
* Removed duplicate lineKurt Pattyn2013-08-071-1/+0
|
* Added dev specific files to .gitignoreKurt Pattyn2013-08-071-0/+1
|
* Ignore dev specific filesKurt Pattyn2013-08-071-0/+2
|
* Exclude developer specific filesKurt Pattyn2013-08-061-0/+15
|
* Added development specific files to ignore listKurt Pattyn2013-08-041-0/+7
|
* Added ignored files and coverity configuration fileKurt Pattyn2013-08-031-0/+6