From 4d6103e84a158dab9240ce112016b7bdfa188cfc Mon Sep 17 00:00:00 2001 From: EndrII Date: Sat, 28 Mar 2020 23:25:42 +0300 Subject: [PATCH] fix windows tests --- UnitTests/modulesqt513.cpp | 1 + UnitTests/tst_deploytest.cpp | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/UnitTests/modulesqt513.cpp b/UnitTests/modulesqt513.cpp index 201a5b1d..71e1cf30 100644 --- a/UnitTests/modulesqt513.cpp +++ b/UnitTests/modulesqt513.cpp @@ -2801,6 +2801,7 @@ QSet 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", diff --git a/UnitTests/tst_deploytest.cpp b/UnitTests/tst_deploytest.cpp index 8c85af1c..7fc5ff6c 100644 --- a/UnitTests/tst_deploytest.cpp +++ b/UnitTests/tst_deploytest.cpp @@ -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