Fix qbs build

Change-Id: I1d0d14adf12dbae0014f6b852a29c1eab942be3d
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2024-08-07 16:54:34 +02:00
committed by Christian Stenger
parent 7c7c6123d6
commit 98589279cd
3 changed files with 5 additions and 3 deletions

View File

@@ -2,8 +2,9 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
#include "converters.h"
#include "utils/algorithm.h"
#include "cmakegen/filetypes.h"
#include "../../cmakegen/filetypes.h"
#include <utils/algorithm.h>
#include <QJsonDocument>

View File

@@ -50,7 +50,7 @@ QtcPlugin {
"cmakegenerator.cpp", "cmakegenerator.h",
"cmakewriter.cpp", "cmakewriter.h",
"cmakewriterv0.cpp", "cmakewriterv0.h",
"cmakewriterv1.cpp", "cmakewriterv1.h"
"cmakewriterv1.cpp", "cmakewriterv1.h",
"filetypes.cpp", "filetypes.h"
]
}