summaryrefslogtreecommitdiffstats
path: root/src/networksettings/wpasupplicant.pri
Commit message (Collapse)AuthorAgeFilesLines
* Drop wpa_supplicant from NetworkSettingsAssam Boudjelthia2019-10-021-28/+0
| | | | | | | | | wpa_supplicant is broken and have not been in use for several Qt releases, thus it's being dropped. Fixes: QTBUG-78442 Change-Id: Ia3645b54b22a2959b7f65fdec10b8beaa262ea1f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Refactored Qml plugins into modules.Teemu Holappa2016-02-171-0/+28
Separated C++ and Qml interfaces. All the UI's from plugins are moved to the settingsui folder. Change-Id: Id6a6623346b18321357bc42d24121c4d9cdfd098 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>