Diffusion Krita a6d06f8600bf

Fix location of PyQt5 on Windows

Authored by dkazakov on Feb 14 2020, 3:19 PM.

Description

Fix location of PyQt5 on Windows

PYTHONDLLPATH should include both, Qt location and MinGW location, because
Qt's libraries link to libstdc++-6.dll.

It might be a good idea just to load entire PATH into os.add_dll_directory.
It will bascially fallback to the old behavior, but it will be the most
future-safe solution.