mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-30 11:44:33 +00:00
commit
9510488f9e
@ -43,6 +43,7 @@ QSet<QString> ModulesQt6_5::qmlLibs(const QString &distDir) const {
|
|||||||
"./" + distDir + "/qml/QtQml/Base/plugins.qmltypes",
|
"./" + distDir + "/qml/QtQml/Base/plugins.qmltypes",
|
||||||
"./" + distDir + "/qml/QtQml/Base/qmldir",
|
"./" + distDir + "/qml/QtQml/Base/qmldir",
|
||||||
"./" + distDir + "/qml/QtQml/libqmlmetaplugin.so",
|
"./" + distDir + "/qml/QtQml/libqmlmetaplugin.so",
|
||||||
|
"./" + distDir + "/plugins/networkinformation/libqglib.so",
|
||||||
"./" + distDir + "/qml/QtQuick/Controls/Material/impl/RoundedElevationEffect.qml"
|
"./" + distDir + "/qml/QtQuick/Controls/Material/impl/RoundedElevationEffect.qml"
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
@ -77,6 +78,7 @@ QSet<QString> ModulesQt6_5::qtLibs(const QString &distDir) const {
|
|||||||
"./" + distDir + "/plugins/platforms/qdirect2d.dll",
|
"./" + distDir + "/plugins/platforms/qdirect2d.dll",
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return Tree;
|
return Tree;
|
||||||
@ -88,5 +90,14 @@ QSet<QString> ModulesQt6_5::qtWebEngineWidgets(const QString &distDir) const
|
|||||||
|
|
||||||
auto Tree = ModulesQt6_4::qtWebEngineWidgets(distDir);
|
auto Tree = ModulesQt6_4::qtWebEngineWidgets(distDir);
|
||||||
|
|
||||||
|
#ifdef Q_OS_LINUX
|
||||||
|
Tree += utils.createTree(
|
||||||
|
{
|
||||||
|
"./" + distDir + "/plugins/networkinformation/libqglib.so",
|
||||||
|
}
|
||||||
|
);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
return Tree;
|
return Tree;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user