From 881b66cec4aa67b4255e57ae927d69c4080cf0db Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 21 May 2024 12:49:17 +0200 Subject: [PATCH] Fix qbs build Change-Id: I22ac5e5ece2c0424942f04ae65d3b02ef89c5a31 Reviewed-by: Christian Stenger --- src/plugins/projectexplorer/projectexplorer.qbs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/projectexplorer/projectexplorer.qbs b/src/plugins/projectexplorer/projectexplorer.qbs index feab87da1ba..bce24dc1361 100644 --- a/src/plugins/projectexplorer/projectexplorer.qbs +++ b/src/plugins/projectexplorer/projectexplorer.qbs @@ -154,6 +154,7 @@ QtcPlugin { "vcsannotatetaskhandler.cpp", "vcsannotatetaskhandler.h", "waitforstopdialog.cpp", "waitforstopdialog.h", "windebuginterface.cpp", "windebuginterface.h", + "workspaceproject.cpp", "workspaceproject.h", "xcodebuildparser.cpp", "xcodebuildparser.h" ] }