aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/incredibuild/incredibuildconstants.h
blob: 5795532ead207a6f56fd64ba88100a2e9c5b372f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0

#pragma once

namespace IncrediBuild {
namespace Constants {

const char INCREDIBUILD_BUILDSTEP_TYPE[] = "IncrediBuild.BuildStep.Type";

const char BUILDCONSOLE_BUILDSTEP_ID[] = "IncrediBuild.BuildStep.BuildConsole";
const char IBCONSOLE_BUILDSTEP_ID[] = "IncrediBuild.BuildStep.IB_Console";

} // namespace Constants
} // namespace IncrediBuild