mirror of
https://abf.rosa.ru/djam/musescore.git
synced 2025-02-24 10:53:00 +00:00
26 lines
883 B
Diff
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
|