forked from qt-creator/qt-creator
Meson: Remove unused header file
Change-Id: Iff0793eef63094b5ab680c436963e77c92f278c8 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -13,7 +13,6 @@ add_qtc_plugin(MesonProjectManager
|
|||||||
common.h
|
common.h
|
||||||
infoparser.h
|
infoparser.h
|
||||||
kitdata.h
|
kitdata.h
|
||||||
kithelper.h
|
|
||||||
mesonactionsmanager.cpp
|
mesonactionsmanager.cpp
|
||||||
mesonactionsmanager.h
|
mesonactionsmanager.h
|
||||||
mesonbuildconfiguration.cpp
|
mesonbuildconfiguration.cpp
|
||||||
|
|||||||
@@ -1,14 +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 "kitdata.h"
|
|
||||||
#include "versionhelper.h"
|
|
||||||
|
|
||||||
#include <projectexplorer/kit.h>
|
|
||||||
#include <projectexplorer/kitaspects.h>
|
|
||||||
|
|
||||||
#include <utils/macroexpander.h>
|
|
||||||
#include <utils/qtcassert.h>
|
|
||||||
|
|
||||||
@@ -4,7 +4,6 @@
|
|||||||
#include "mesonbuildsystem.h"
|
#include "mesonbuildsystem.h"
|
||||||
|
|
||||||
#include "kitdata.h"
|
#include "kitdata.h"
|
||||||
#include "kithelper.h"
|
|
||||||
#include "mesonbuildconfiguration.h"
|
#include "mesonbuildconfiguration.h"
|
||||||
#include "mesonprojectmanagertr.h"
|
#include "mesonprojectmanagertr.h"
|
||||||
#include "mesontoolkitaspect.h"
|
#include "mesontoolkitaspect.h"
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ Project {
|
|||||||
"toolwrapper.cpp",
|
"toolwrapper.cpp",
|
||||||
"toolwrapper.h",
|
"toolwrapper.h",
|
||||||
"kitdata.h",
|
"kitdata.h",
|
||||||
"kithelper.h",
|
|
||||||
"mesonactionsmanager.cpp",
|
"mesonactionsmanager.cpp",
|
||||||
"mesonactionsmanager.h",
|
"mesonactionsmanager.h",
|
||||||
"buildoptions.h",
|
"buildoptions.h",
|
||||||
|
|||||||
Reference in New Issue
Block a user