aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/boot2qt/qdbconstants.h
blob: 9932bd58e6a13686100de07971772bded71fdd14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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 Qdb::Constants {

const char QdbLinuxOsType[] = "QdbLinuxOsType";

const char QdbRunConfigurationId[] = "QdbLinuxRunConfiguration:";
const char QdbDeployConfigurationId[] = "Qt4ProjectManager.Qdb.QdbDeployConfiguration";

const char QdbStopApplicationStepId[] = "Qdb.StopApplicationStep";
const char QdbMakeDefaultAppStepId[] = "Qdb.MakeDefaultAppStep";

const char QdbHardwareDevicePrefix[] = "QdbHardwareDevice";
const char AppcontrollerFilepath[] = "/usr/bin/appcontroller";

} // namespace Qdb::Constants