MuseScore/tools/check_build_without_qt/config.h

52 lines
1.5 KiB
C

//=============================================================================
// MusE
// Linux Music Editor
//
// Copyright (C) 2002-2010 by Werner Schweer 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 2.
//
// 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, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//=============================================================================
#ifndef MUSESCORE_CONFIG_H
#define MUSESCORE_CONFIG_H
#define MSCORE_UNSTABLE
/* #undef HAS_MIDI */
// #define SCRIPT_INTERFACE
/* #undef HAS_AUDIOFILE */
#define MUSESCORE_NAME_VERSION "MuseScore 4 (4.0.0 unstable)"
#define INSTALL_NAME "mscore-4.0/"
#define INSTPREFIX "/home/igor/Dev/MuseScore/build.debug/install"
#define VERSION "4.0.0"
#define VERSION_LABEL "Development"
#define BUILD_NUMBER ""
#define SPARKLE_APPCAST_URL ""
/* #undef ENGRAVING_BUILD_ACCESSIBLE_TREE */
/* #undef OPENGL */
/* #undef Q_WS_UIKIT */
#define USE_BSP true
// does not work on windows/mac:
//#define USE_GLYPHS true
#endif /* MUSESCORE_CONFIG_H */