From bcde1ead55328b060a09a814e5a365bd03ade5bf Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Wed, 3 Feb 2021 16:23:41 +0100 Subject: [PATCH] Fix qbs build Change-Id: I2e5e385a938343b2dbc487f79e3cf6c7fb2199fa Reviewed-by: Fabian Kosmale --- tests/auto/qml/codemodel/check/check.qbs | 2 ++ 1 file changed, 2 insertions(+) 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"