forked from qt-creator/qt-creator
Change-Id: Idb256110e519c642420580ebd159bcffa11c0f1b Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
22 lines
456 B
C++
22 lines
456 B
C++
// Copyright (C) 2020 Alexis Jeandet.
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
|
|
|
#pragma once
|
|
|
|
#include "common.h"
|
|
#include "mesonpluginconstants.h"
|
|
|
|
#include <utils/fileutils.h>
|
|
|
|
#include <QFile>
|
|
#include <QJsonArray>
|
|
#include <QJsonDocument>
|
|
#include <QJsonObject>
|
|
#include <QJsonValue>
|
|
|
|
namespace MesonProjectManager {
|
|
namespace Internal {
|
|
|
|
} // namespace Internal
|
|
} // namespace MesonProjectManager
|