Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EndrII committed Jul 19, 2023
1 parent 06fa1f5 commit 0a477c7
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tests/modules/modulesqt6_5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ QSet<QString> ModulesQt6_5::qmlLibs(const QString &distDir) const {
"./" + distDir + "/qml/QtQml/Base/plugins.qmltypes",
"./" + distDir + "/qml/QtQml/Base/qmldir",
"./" + 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"

}
Expand All @@ -48,16 +48,6 @@ QSet<QString> ModulesQt6_5::qmlLibs(const QString &distDir) const {
);
#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;
}

Expand Down

0 comments on commit 0a477c7

Please sign in to comment.