Skip to content

Commit

Permalink
fix windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EndrII committed Mar 28, 2020
1 parent 4f2b887 commit 4d6103e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions UnitTests/modulesqt513.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion UnitTests/tst_deploytest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d6103e

Please sign in to comment.