forked from qt-creator/qt-creator
Meson: Remove empty header
Change-Id: I89f4e3066ef232d53280f8ecbc7a677722a366ea Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -9,7 +9,6 @@ add_qtc_plugin(MesonProjectManager
|
|||||||
buildoptionsmodel.cpp
|
buildoptionsmodel.cpp
|
||||||
buildoptionsmodel.h
|
buildoptionsmodel.h
|
||||||
buildoptionsparser.h
|
buildoptionsparser.h
|
||||||
buildsystemfilesparser.h
|
|
||||||
common.h
|
common.h
|
||||||
infoparser.h
|
infoparser.h
|
||||||
kitdata.h
|
kitdata.h
|
||||||
|
|||||||
@@ -1,21 +0,0 @@
|
|||||||
// 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
|
|
||||||
@@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
#include "buildoptions.h"
|
#include "buildoptions.h"
|
||||||
#include "buildoptionsparser.h"
|
#include "buildoptionsparser.h"
|
||||||
#include "buildsystemfilesparser.h"
|
|
||||||
#include "infoparser.h"
|
#include "infoparser.h"
|
||||||
#include "mesoninfo.h"
|
#include "mesoninfo.h"
|
||||||
#include "target.h"
|
#include "target.h"
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ Project {
|
|||||||
"mesoninfo.h",
|
"mesoninfo.h",
|
||||||
"mesoninfoparser.h",
|
"mesoninfoparser.h",
|
||||||
"buildoptionsparser.h",
|
"buildoptionsparser.h",
|
||||||
"buildsystemfilesparser.h",
|
|
||||||
"common.h",
|
"common.h",
|
||||||
"infoparser.h",
|
"infoparser.h",
|
||||||
"target.h",
|
"target.h",
|
||||||
|
|||||||
Reference in New Issue
Block a user