Windows development build client help

Hi all, im stuck in this error since a week, I don’t have any idea of what to do.
Im working on Windows 10 x64. I tryed with Qt 4.8 / 5.6 / 5.7 MinGW, noone is working.
I’ve cloned qtkeychain, client and the other stuff as said in the manual.

Bad things start at this line:

    • Performing Test WITH_STACK_PROTECTOR - Failed
      – Using own sqlite3 from C:/Users/git/git_clones/client/src/3rdparty/sqlite3
      – Looking for argp.h
      – Looking for argp.h - not found
      – Looking for nanosleep in rt
      – Looking for nanosleep in rt - not found
      – Looking for clock_gettime in rt
      – Looking for clock_gettime in rt - not found
      – Looking for dlopen in dl
      – Looking for dlopen in dl - not found
      – Looking for asprintf
      – Looking for asprintf - found
      – Looking for fnmatch
      – Looking for fnmatch - not found
      – Looking for timegm
      – Looking for timegm - not found
      – Looking for strerror_r
      – Looking for strerror_r - not found
      – Looking for utimes
      – Looking for utimes - not found
      – Looking for lstat
      – Looking for lstat - not found
      – Looking for __mingw_asprintf
      – Looking for __mingw_asprintf - found
      – Performing Test COMPILER_HAS_DEPRECATED_ATTR
      – Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
      – Found Qt5 core, checking for further dependencies…
      CMake Warning at cmake/modules/QtVersionAbstraction.cmake:31 (find_package):
      By not providing “FindQt5WebKitWidgets.cmake” in CMAKE_MODULE_PATH this
      project has asked CMake to find a package configuration file provided by
      “Qt5WebKitWidgets”, but CMake did not find one.
  Could not find a package configuration file provided by "Qt5WebKitWidgets"
  with any of the following names:
    Qt5WebKitWidgetsConfig.cmake
    qt5webkitwidgets-config.cmake
  Add the installation prefix of "Qt5WebKitWidgets" to CMAKE_PREFIX_PATH or
  set "Qt5WebKitWidgets_DIR" to a directory containing one of the above
  files.  If "Qt5WebKitWidgets" provides a separate development package or
  SDK, be sure it has been installed.
Call Stack (most recent call first):
  src/CMakeLists.txt:8 (include)
CMake Warning at cmake/modules/QtVersionAbstraction.cmake:32 (find_package):
  By not providing "FindQt5WebKit.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Qt5WebKit", but CMake did not find one.
  Could not find a package configuration file provided by "Qt5WebKit" with
  any of the following names:
    Qt5WebKitConfig.cmake
    qt5webkit-config.cmake
  Add the installation prefix of "Qt5WebKit" to CMAKE_PREFIX_PATH or set
  "Qt5WebKit_DIR" to a directory containing one of the above files.  If
  "Qt5WebKit" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  src/CMakeLists.txt:8 (include)
CMake Error at cmake/modules/QtVersionAbstraction.cmake:34 (message):
  Qt5WebKit required for Shibboleth.  Use -DNO_SHIBBOLETH=1 to disable it.
Call Stack (most recent call first):
  src/CMakeLists.txt:8 (include)
-- Configuring incomplete, errors occurred!
See also "C:/Users/git/git_clones/client-build/CMakeFiles/CMakeOutput.log".
See also "C:/Users/git/git_clones/client-build/CMakeFiles/CMakeError.log".

Closing as a duplicate of the following issue which exactly looks like the same: