df114f189c
1) fix some bugs which appear in runtime: replace QString::tostdstring() to Foo.toUtf8().constData(). 2) Enable start center online community. To use it you need download webengine in your QT lib. see instruction https://musescore.org/en/handbook/developers-handbook/compilation/compile-instructions-windows-visual-studio-2017-wip 3) update install steps. Add additional dlls for webEngine. Add copying dlls and musescore.exe to /msvc.install/bin folder. Run project will work with the "$(ProjectDir)\..\..\msvc.install\bin\MuseScore.exe" specified in Debugging field in mscore project 4) Moving AppVeyor from MinGW to MSVC. Exclude ALL MSVC project from INSTALL project. Exclude ALL from PACKAGE. Remove migw-cmake in script build, add .bat instead. Remove xcopy from 7z archive step 5) Fix warning : Warning C4703 potentially uninitialized local pointer variable '' used; Warning C4456 declaration of '' hides previous local declaration; Warning C4458 declaration of '' hides class member 6) Change path to 11 version wix toolset which created .msi installer package
58 lines
1.7 KiB
C
58 lines
1.7 KiB
C
//=============================================================================
|
|
// MusE
|
|
// Linux Music Editor
|
|
// $Id:$
|
|
//
|
|
// 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.
|
|
//=============================================================================
|
|
|
|
#cmakedefine USE_ALSA
|
|
#cmakedefine USE_JACK
|
|
#cmakedefine USE_PORTAUDIO
|
|
#cmakedefine USE_PORTMIDI
|
|
#cmakedefine USE_PULSEAUDIO
|
|
#cmakedefine USE_LAME
|
|
#cmakedefine USE_WEBENGINE
|
|
|
|
#cmakedefine FOR_WINSTORE
|
|
|
|
#cmakedefine MSCORE_UNSTABLE
|
|
|
|
#cmakedefine HAS_MIDI
|
|
#cmakedefine SCRIPT_INTERFACE
|
|
#cmakedefine HAS_AUDIOFILE
|
|
#cmakedefine USE_SSE
|
|
|
|
#define MUSESCORE_NAME_VERSION "${MUSESCORE_NAME_VERSION}"
|
|
#define INSTALL_NAME "${Mscore_INSTALL_NAME}"
|
|
#define INSTPREFIX "${CMAKE_INSTALL_PREFIX}"
|
|
#define VERSION "${MUSESCORE_VERSION_FULL}"
|
|
#define BUILD_NUMBER "${CMAKE_BUILD_NUMBER}"
|
|
|
|
#cmakedefine AEOLUS
|
|
#cmakedefine ZERBERUS
|
|
#cmakedefine OMR
|
|
#cmakedefine OCR
|
|
#cmakedefine OSC
|
|
#cmakedefine OPENGL
|
|
#cmakedefine SOUNDFONT3
|
|
|
|
#cmakedefine Q_WS_UIKIT
|
|
|
|
#define USE_BSP true
|
|
|
|
// does not work on windows/mac:
|
|
//#define USE_GLYPHS true
|
|
|