4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-08 23:49:34 +00:00

fix linux tests

This commit is contained in:
Andrei Yankovich 2024-02-05 19:28:56 +01:00
parent eb3a7505fb
commit 58a8e6f061

@ -77,6 +77,13 @@ QSet<QString> ModulesQt6_5::qtLibs(const QString &distDir) const {
"./" + distDir + "/plugins/platforms/qdirect2d.dll",
}
);
#else
Tree += utils.createTree(
{
"./" + distDir + "/plugins/networkinformation/libqglib.so",
}
);
#endif
return Tree;