Skip to content

Make the precompiled gnupg available in MSVC builds

Ingo Klöcker requested to merge work/kloecker/qt5-add-gnupg-for-msvc into master

This makes the precompiled (with MinGW) binaries of gnupg and its dependencies (except sqlite) available in MSVC builds. We ignore sqlite for now because it's only needed for the off-by-default keyboxd and because unlike the other dependencies sqlite is actually compiled with MSVC.

Merge request reports