kdsoap v2.2.0
- Created
- Updated
A Qt-based client-side and server-side SOAP component
# Usage
kdsoap provides CMake targets:
find_package(KDSoap-qt6 CONFIG REQUIRED)
# kdsoap library
target_link_libraries(main PRIVATE KDSoap::kdsoap)
# kdsoap-server library
target_link_libraries(main PRIVATE KDSoap::kdsoap-server)
# License
MIT
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
qtbase
Features:
network
# Host Dependencies
and 2 transitive dependencies:
- vcpkg-cmake-get-vars (by vcpkg-make )
- vcpkg-make (by libb2 )
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- JonLiu1993
- Daniele E. Domenichelli