4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-07 06:59:35 +00:00

fix windows tests

This commit is contained in:
Andrei Yankovich 2020-03-28 23:25:42 +03:00
parent 4f2b88741b
commit 4d6103e84a
2 changed files with 4 additions and 1 deletions

@ -2801,6 +2801,7 @@ QSet<QString> ModulesQt513::separetedPackageslibs(const QString &distDir)
"./" + distDir + "/p/platforms/qoffscreen.dll",
"./" + distDir + "/p/platforms/qwebgl.dll",
"./" + distDir + "/p/platforms/qwindows.dll",
"./" + distDir + "/p/platformthemes/qxdgdesktopportal.dll",
"./" + distDir + "/p/styles/qwindowsvistastyle.dll",
"./" + distDir + "/p/virtualkeyboard/qtvirtualkeyboard_hangul.dll",
"./" + distDir + "/p/virtualkeyboard/qtvirtualkeyboard_openwnn.dll",

@ -1371,7 +1371,9 @@ void deploytest::testConfFile() {
#else
comapareTree -= utils.createTree(
{
"./" + DISTRO_DIR + "/Qt5WebSockets.dll"
"./" + DISTRO_DIR + "/Qt5WebSockets.dll",
"./" + DISTRO_DIR + "/Qt5DBus.dll"
});
auto bin = TestBinDir + "QtWidgetsProject.exe";
#endif