diff --git a/tests/auto/qml/codemodel/check/check.qbs b/tests/auto/qml/codemodel/check/check.qbs index 23101671792..3acdc9d9a59 100644 --- a/tests/auto/qml/codemodel/check/check.qbs +++ b/tests/auto/qml/codemodel/check/check.qbs @@ -2,7 +2,9 @@ import qbs QtcAutotest { name: "QML code model check autotest" + Depends { name: "ExtensionSystem" } Depends { name: "LanguageUtils" } + Depends { name: "Utils" } Depends { name: "QmlJS" } Depends { name: "Qt.widgets" } files: "tst_check.cpp"