summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/icd/icd.pro
Commit message (Collapse)AuthorAgeFilesLines
* Removed implicity QtGui linking from icd.pro as it is not needed.juhvu2010-11-091-1/+1
| | | | Task-number: QTBUG-15059
* Removing libconninet 3rdparty component.Aaron McCarthy2010-09-281-3/+13
| | | | | | | | | | | | 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
* Statically link to Qt based dependent librarys.Aaron McCarthy2010-07-281-2/+5
| | | | | | | | | | Some of the library dependencies of the ICD Bearer Management plugin use Qt. We include them in src/3rdparty and link against them statically to avoid the circular build dependency. Libraries that do not use Qt are still linked dynamically. The libraries which are statically linked are libconninet and libgq-gconf. Task-number: QTBUG-12354
* Bearer management changes from Qt Mobility (7a5ff985)Aaron McCarthy2010-04-141-2/+0
| | | | 7a5ff9859f5775915ae80c287f51c772599c2379
* Add configure test for Maemo Internet Connection Daemon.Aaron McCarthy2010-03-231-2/+2
| | | | Task: QTBUG-9156
* Convert Maemo6 backend into plugin.Aaron McCarthy2010-02-101-0/+22