aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/mesonprojectmanager/mesonrunconfiguration.h
blob: 8c1f7580975ebcd16c03f1f83ba9f1fa235926aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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 <projectexplorer/runconfiguration.h>

namespace MesonProjectManager::Internal {

class MesonRunConfigurationFactory final : public ProjectExplorer::RunConfigurationFactory
{
public:
    MesonRunConfigurationFactory();
};

} // MesonProjectManager::Internal