aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/desktoprunconfiguration.h
blob: f0163ccc6ce6999a94b27fe928863bac9d519b46 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2019 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#pragma once

namespace ProjectExplorer::Internal {

void setupDesktopRunConfigurations();
void setupDesktopRunWorker();

} // ProjectExplorer::Internal