fix windows tests

This commit is contained in:
Andrei Yankovich 2020-10-17 10:55:30 +03:00
parent c0552bd461
commit f36948edd6

View File

@ -1960,7 +1960,12 @@ void deploytest::testSystemLib() {
"./" + DISTRO_DIR + "/libstdc++-6.dll",
"./" + DISTRO_DIR + "/libwinpthread-1.dll",
"./" + DISTRO_DIR + "/msvcrt.dll",
"./" + DISTRO_DIR + "/qt.conf"
"./" + DISTRO_DIR + "/qt.conf",
"./" + DISTRO_DIR + "/oleaut32.dll",
"./" + DISTRO_DIR + "/bcryptprimitives.dll",
"./" + DISTRO_DIR + "/msvcp_win.dll",
"./" + DISTRO_DIR + "/wtsapi32.dll",
"./" + DISTRO_DIR + "/combase.dll",
});
#endif