forked from qt-creator/qt-creator
Fix build
Change-Id: Ide8c7e604ee8cdf910bd22e79d3d8d62a64a3a56 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
#include "processprogress.h"
|
#include "processprogress.h"
|
||||||
|
|
||||||
#include "coreplugintr.h"
|
|
||||||
#include "progressmanager.h"
|
#include "progressmanager.h"
|
||||||
|
#include "../coreplugintr.h"
|
||||||
|
|
||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
||||||
#include <utils/qtcprocess.h>
|
#include <utils/qtcprocess.h>
|
||||||
|
@@ -26,6 +26,7 @@ namespace Internal {
|
|||||||
|
|
||||||
static Q_LOGGING_CATEGORY(mesonProcessLog, "qtc.meson.buildsystem", QtWarningMsg);
|
static Q_LOGGING_CATEGORY(mesonProcessLog, "qtc.meson.buildsystem", QtWarningMsg);
|
||||||
|
|
||||||
|
MesonProcess::MesonProcess() = default;
|
||||||
MesonProcess::~MesonProcess() = default;
|
MesonProcess::~MesonProcess() = default;
|
||||||
|
|
||||||
bool MesonProcess::run(const Command &command,
|
bool MesonProcess::run(const Command &command,
|
||||||
|
@@ -24,7 +24,7 @@ class MesonProcess final : public QObject
|
|||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
MesonProcess() = default;
|
MesonProcess();
|
||||||
~MesonProcess();
|
~MesonProcess();
|
||||||
bool run(const Command &command, const Utils::Environment &env,
|
bool run(const Command &command, const Utils::Environment &env,
|
||||||
const QString &projectName, bool captureStdo = false);
|
const QString &projectName, bool captureStdo = false);
|
||||||
|
Reference in New Issue
Block a user