aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/webassembly/webassemblyconstants.h
blob: 53449f3f3915ba7d13a679ade9465b7224c5e57e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 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 WebAssembly {
namespace Constants {

const char SETTINGS_ID[] = "CC.WebAssembly.Configuration";

const char WEBASSEMBLY_TOOLCHAIN_TYPEID[] = "WebAssembly.ToolChain.Emscripten";
const char WEBASSEMBLY_DEVICE_TYPE[] = "WebAssemblyDeviceType";
const char WEBASSEMBLY_DEVICE_DEVICE_ID[] = "WebAssembly Device";
const char WEBASSEMBLY_QT_VERSION[] = "Qt4ProjectManager.QtVersion.WebAssembly";
const char WEBASSEMBLY_RUNCONFIGURATION_EMRUN[] = "WebAssembly.RunConfiguration.Emrun";

const char SETTINGS_GROUP[] = "WebAssembly";
const char SETTINGS_KEY_EMSDK[] = "EmSdk";

} // namespace WebAssembly
} // namespace Constants