Android: Fix qbs build

Amends 777cc17a0c.

Change-Id: Id0f7afc313ec3cd8eea2f14ffd465f8fc67477c7
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Christian Stenger
2024-10-28 13:20:23 +01:00
parent 2aead74d58
commit f4582efd30

View File

@@ -10,6 +10,7 @@ QtcPlugin {
Depends { name: "ProjectExplorer" } Depends { name: "ProjectExplorer" }
Depends { name: "QmlDebug" } Depends { name: "QmlDebug" }
Depends { name: "QtSupport" } Depends { name: "QtSupport" }
Depends { name: "Spinner" }
Depends { name: "TextEditor" } Depends { name: "TextEditor" }
Depends { name: "Utils" } Depends { name: "Utils" }