Warning, /libraries/upnp-lib-qt/README.md is written in an unsupported language. File is not indexed.
0001 <!-- 0002 SPDX-FileCopyrightText: 2020 Matthieu Gallien <matthieu_gallien@yahoo.fr> 0003 0004 SPDX-License-Identifier: CC0-1.0 0005 --> 0006 0007 **UPnP Qt Library** 0008 ============== 0009 0010 Project to build a library to implement support for the [UPnP Specification](https://openconnectivity.org/developer/specifications/upnp-resources/upnp/). 0011 0012 Currently provide basic building blocks with support for discovery protocol SSDP and the UPnP control protocol built using SOAP. 0013 0014 The SOAP part is done via the [KDSoap](https://www.kdab.com/development-resources/qt-tools/kd-soap/) library from KDAB. 0015 0016 ## Compilation 0017 0018 ### Dependencies 0019 0020 **upnp-lib-qt** depends on the following libaries: 0021 0022 * Qt >= 6.4 0023 * CMake >= 3.8 0024 * CMake Extra Modules >= 5.59.0 0025 * KDSoap >= 1.5.0 0026 0027 ### Building 0028 0029 **upnp-lib-qt** can be built with: 0030 0031 $ mkdir build 0032 $ cd build 0033 $ cmake .. 0034 $ make