summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/icd
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-18/+18
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Fix the icd auto config test after restructuring the icd plugin dependenciesAdrian Constantin2010-10-071-1/+7
| | | | | | | | | | * Remove the auto config tests related to libicd-network-wlan-dev * Add test for the icd backend * Add test for connsettings See also f532d8fcd236be9933e4186a95561e1c264de277. Reviewed-by: Aaron McCarthy
* Statically link to Qt based dependent librarys.Aaron McCarthy2010-07-281-4/+0
| | | | | | | | | | 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-5/+3
| | | | 7a5ff9859f5775915ae80c287f51c772599c2379
* Add configure test for Maemo Internet Connection Daemon.Aaron McCarthy2010-03-232-0/+58
Task: QTBUG-9156