aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coco/cocopluginconstants.h
blob: 25dc376de99e2141935f3f7504ee9dda85d7cf54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#pragma once

namespace Coco {
namespace Constants {

const char ACTION_ID[] = "coco.Action";
const char MENU_ID[] = "coco.Menu";
const char COCO_STEP_ID[] = "Cocoplugin.BuildStep";

const char PROFILE_NAME[] = "cocoplugin"; // Name of the Coco profile file

const char COCO_SETTINGS_GROUP[] = "Coco";
const char COCO_SETTINGS_PAGE_ID[] = "A.CocoOptions";

// Project settings
const char SETTINGS_NAME_KEY[] = "CocoProjectSettings";
const char SELECTION_DIR_KEY[] = "SelectionDir";
const char COCO_DIR_KEY[] = "CocoDirectory";
const char CSMES_PATH_KEY[] = "CsmesPath";

} // namespace Constants
} // namespace Coco