QWlanManagerApp is a Qt application allowing to control interface operations, by providing an UI to the library QWlanManager.
Tip
Latest development/pull requests will be committed into main branch.
Each stable release have their dedicated branch:
1.0.x: branchdev/1.01.1.x: branchdev/1.1- etc...
Table of contents :
This application implements all features available via QWlanManager library, see the associated documentation for more informations.
This application requires at least C++ 17 standard
Below, list of required dependencies:
| Dependencies | VCPKG package | Comments |
|---|---|---|
| Qt | / | Compatible with Qt6.x Compatible with Qt5.15.x |
| QWlanManager | / | Included as a git submodule |
| QLogger | / | Included as a git submodule |
| ToolBoxQt | / | Included as a git submodule |
Note
Dependency manager VCPKG is not mandatory, this is only a note to be able to list needed packages
This application use CMake as build-system, so simply run the CMakeLists.txt file to build the application.
This application provide some CMake build options:
- Currently no custom CMake options
This application is licensed under MIT license.
