Skip to content

KDSoap 1.10.0

Compare
Choose a tag to compare
@winterz winterz released this 22 Dec 17:26
· 387 commits to master since this release

In release 1.10.0:

General:

  • No longer supporting Qt 4
  • Minimum Qt version is 5.7
  • Minimum CMake version is 3.0.2
  • qmake buildsystem -- no longer prompt for license choice.
    users should carefully consider their choice of license
  • The qmake buildsystem is deprecated

CMake buildsystem:

  • Generates .pri files for qmake users
  • Installs library pdb files with MSVC builds

WSDL parser / code generator changes, applying to both client and server side:

  • Add commandline options to turn off generation of the sync/async/asyncjobs APIs. This improves compilation times. (#225)