musescore/musescore-3.6.0-dont-install-qtwebengine-stuff.patch

26 lines
883 B
Diff

diff -rupN MuseScore-3.6.old/main/CMakeLists.txt MuseScore-3.6/main/CMakeLists.txt
--- MuseScore-3.6.old/main/CMakeLists.txt 2021-01-15 13:36:02.000000000 +0100
+++ MuseScore-3.6/main/CMakeLists.txt 2021-01-20 11:32:52.569902468 +0100
@@ -226,22 +226,6 @@ if (MINGW)
else (MINGW)
if ( NOT MSVC )
- ## install qwebengine core
- if (NOT APPLE AND USE_WEBENGINE)
- install(PROGRAMS
- ${QT_INSTALL_LIBEXECS}/QtWebEngineProcess
- DESTINATION bin
- )
- install(DIRECTORY
- ${QT_INSTALL_DATA}/resources
- DESTINATION lib/qt5
- )
- install(DIRECTORY
- ${QT_INSTALL_TRANSLATIONS}/qtwebengine_locales
- DESTINATION lib/qt5/translations
- )
- endif(NOT APPLE AND USE_WEBENGINE)
-
set_target_properties (
mscore
PROPERTIES