MuseScore/build/config.h.in
2022-05-06 11:21:32 +03:00

82 lines
2.5 KiB
C

/*
* SPDX-License-Identifier: GPL-3.0-only
* MuseScore-CLA-applies
*
* MuseScore
* Music Composition & Notation
*
* Copyright (C) 2021 MuseScore BVBA and others
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef MUSESCORE_CONFIG_H
#define MUSESCORE_CONFIG_H
#cmakedefine MSCORE_UNSTABLE
#define CRASH_REPORT_URL "${CRASH_REPORT_URL}"
#define MUSESCORE_NAME_VERSION "${MUSESCORE_NAME_VERSION}"
#define MUSESCORE_REVISION "${MUSESCORE_REVISION}"
#define INSTALL_NAME "${Mscore_INSTALL_NAME}"
#define INSTPREFIX "${CMAKE_INSTALL_PREFIX}"
#define VERSION "${MUSESCORE_VERSION_FULL}"
#define VERSION_LABEL "${MUSESCORE_VERSION_LABEL}"
#define BUILD_NUMBER "${CMAKE_BUILD_NUMBER}"
#define SPARKLE_APPCAST_URL "${SPARKLE_APPCAST_URL}"
#define YOUTUBE_API_KEY "${YOUTUBE_API_KEY}"
#cmakedefine LOGGER_DEBUGLEVEL_ENABLED
#cmakedefine BUILD_SHORTCUTS_MODULE
#cmakedefine BUILD_NETWORK_MODULE
#cmakedefine BUILD_AUDIO_MODULE
#cmakedefine BUILD_LEARN_MODULE
#cmakedefine BUILD_WORKSPACE_MODULE
#cmakedefine BUILD_CLOUD_MODULE
#cmakedefine BUILD_LANGUAGES_MODULE
#cmakedefine BUILD_PLUGINS_MODULE
#cmakedefine BUILD_PLAYBACK_MODULE
#cmakedefine BUILD_PALETTE_MODULE
#cmakedefine BUILD_INSTRUMENTSSCENE_MODULE
#cmakedefine BUILD_INSPECTOR_MODULE
#cmakedefine BUILD_AUTOBOT_MODULE
#cmakedefine BUILD_MULTIINSTANCES_MODULE
#cmakedefine BUILD_MUSESAMPLER_MODULE
#cmakedefine BUILD_VIDEOEXPORT_MODULE
#cmakedefine BUILD_VST
#cmakedefine BUILD_DIAGNOSTICS
#cmakedefine ENGRAVING_PAINT_DEBUGGER_ENABLED
#cmakedefine ENGRAVING_COMPAT_WRITESTYLE_302
#cmakedefine ENGRAVING_COMPAT_WRITEEXCERPTS_302
#cmakedefine ENABLE_AUDIO_EXPORT
#cmakedefine UI_DISABLE_MODALITY
#cmakedefine ACCESSIBILITY_LOGGING_ENABLED
#cmakedefine QML_LOAD_FROM_SOURCE
#cmakedefine TRACE_DRAW_OBJ_ENABLED
#cmakedefine SCRIPT_INTERFACE
#cmakedefine APP_UPDATABLE
#cmakedefine SPARKLE_ENABLED
#cmakedefine SOUNDFONT3
#cmakedefine WIN_PORTABLE
#cmakedefine FOR_WINSTORE
#endif /* MUSESCORE_CONFIG_H */