mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-13 18:09:34 +00:00
fix windows tests
This commit is contained in:
parent
c0552bd461
commit
f36948edd6
@ -1960,7 +1960,12 @@ void deploytest::testSystemLib() {
|
|||||||
"./" + DISTRO_DIR + "/libstdc++-6.dll",
|
"./" + DISTRO_DIR + "/libstdc++-6.dll",
|
||||||
"./" + DISTRO_DIR + "/libwinpthread-1.dll",
|
"./" + DISTRO_DIR + "/libwinpthread-1.dll",
|
||||||
"./" + DISTRO_DIR + "/msvcrt.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
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user