aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/mesonprojectmanager/mesonrunconfiguration.h
blob: d68fe6cd488eb46f1b7db6f43f0b59edc380a7e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2020 Alexis Jeandet.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#pragma once

namespace MesonProjectManager::Internal {

void setupMesonRunConfiguration();
void setupMesonRunAndDebugWorkers();

} // MesonProjectManager::Internal