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
* fix library versioning for RelWithDebInfo on Windows (Version 1.10.1)

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)
