summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libconninet/tests
Commit message (Collapse)AuthorAgeFilesLines
* Removing libconninet 3rdparty component.Aaron McCarthy2010-09-285-1169/+0
| | | | | | | | | | | | The use of libconninet caused Qt to have a cyclic build dependency. Which was solved by embedding a copy as a 3rd party library. Maemo has since donated the libconninet code to Qt because (1) it was a private Maemo API and (2) the Qt ICD plugin is the only user of the library. This commit moves the relevent code from src/3rdparty/libconninet to src/plugins/bearer/icd and deletes the rest. Task-number: QT-3893
* Add version 0.42 of libconninet.Aaron McCarthy2010-08-165-0/+1169
| | | | Minor update. Fixes infinite loops.
* Remove version 0.41 of libconninet.Aaron McCarthy2010-08-166-1208/+0
|
* Add libconninet version 0.41+0m6.Aaron McCarthy2010-07-286-0/+1208
libconninet is required by the ICD Bearer Management plugin. Task-number: QTBUG-12354