fix syntax errors

This commit is contained in:
Andrei Yankovich 2022-10-22 16:21:41 +03:00
parent b5d6e00cfa
commit bc3e1f1070

View File

@ -14,6 +14,10 @@ QSet<QString> ModulesQt63::qmlLibs(const QString &distDir) const {
Tree = ignoreFilter(Tree, "Qt6Widgets");
#ifdef Q_OS_WIN
Tree -= utils.createTree(
{ "./" + distDir + "plugins/styles/qwindowsvistastyle.dll"}
);
Tree += utils.createTree(
{
"./" + distDir + "Qt6Network.dll",
@ -29,7 +33,6 @@ QSet<QString> ModulesQt63::qmlLibs(const QString &distDir) const {
"./" + distDir + "Qt6QuickTemplates2.dll",
"./" + distDir + "TestQMLWidgets.bat",
"./" + distDir + "TestQMLWidgets.exe",
"./" + distDir + "plugins/styles/qwindowsvistastyle.dll": "Missing",
"./" + distDir + "qml/QtQml/Models/modelsplugin.dll",
"./" + distDir + "qml/QtQml/Models/plugins.qmltypes",
"./" + distDir + "qml/QtQml/Models/qmldir",