mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-03 04:59:35 +00:00
fix tests
This commit is contained in:
parent
06fa1f5770
commit
0a477c719c
@ -31,7 +31,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/qmlmetaplugin.dll",
|
"./" + distDir + "/qml/QtQml/qmlmetaplugin.dll",
|
||||||
"./" + distDir + "/qml/QtQuick/Controls/Material/impl/RoundedElevationEffect.qml"
|
"./" + distDir + "/qml/QtQuick/Controls/Material/impl/RoundedElevationEffect.qml",
|
||||||
"./" + distDir + "/qml/QtQuick/Controls/Windows/ApplicationWindow.qml"
|
"./" + distDir + "/qml/QtQuick/Controls/Windows/ApplicationWindow.qml"
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -48,16 +48,6 @@ QSet<QString> ModulesQt6_5::qmlLibs(const QString &distDir) const {
|
|||||||
);
|
);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Tree += utils.createTree(
|
|
||||||
{
|
|
||||||
"./" + distDir + "/qml/QtQml/Base/libqmlplugin.so",
|
|
||||||
"./" + distDir + "/qml/QtQml/Base/plugins.qmltypes",
|
|
||||||
"./" + distDir + "/qml/QtQml/Base/qmldir",
|
|
||||||
"./" + distDir + "/qml/QtQml/libqmlmetaplugin.so",
|
|
||||||
"./" + distDir + "/qml/QtQuick/Controls/Material/impl/RoundedElevationEffect.qml"
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
return Tree;
|
return Tree;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user