- Set up virtual WLAN(wireless local network), by which you can share resources (like files, internet connection) with your mobile or other PCs
- Manage shared folders easily
- Download the binary package and unpack it
- Install
vcredist_x86.exe
(vc++ 2013 runtime) - Run
QSoftAP.exe
as administrator
- MSVC++ 12.0 compiler (Visual Studio 2013) installed
- Qt5 SDK configured correctly
- If you don't use Visual Studio, then you have to tell the linker to include these libraries
- Iphlpapi.lib
- Netapi32.lib
- Wlanapi.lib
- Ws2_32.lib
- For debugging, you have to run your IDE as administrator