]> git.pld-linux.org Git - packages/musescore.git/blob - do_not_bundle_qtwebengine.patch
- more work inspired by opensuse;
[packages/musescore.git] / do_not_bundle_qtwebengine.patch
1 --- MuseScore-3.6.2/main/CMakeLists.txt~        2021-02-08 12:16:37.000000000 +0000
2 +++ MuseScore-3.6.2/main/CMakeLists.txt 2021-03-03 21:33:31.167705900 +0000
3 @@ -226,22 +226,6 @@
4  else (MINGW)
5  
6     if ( NOT MSVC )
7 -      ## install qwebengine core
8 -      if (NOT APPLE AND USE_WEBENGINE)
9 -         install(PROGRAMS
10 -            ${QT_INSTALL_LIBEXECS}/QtWebEngineProcess
11 -            DESTINATION bin
12 -            )
13 -         install(DIRECTORY
14 -            ${QT_INSTALL_DATA}/resources
15 -            DESTINATION lib/qt5
16 -            )
17 -         install(DIRECTORY
18 -            ${QT_INSTALL_TRANSLATIONS}/qtwebengine_locales
19 -            DESTINATION lib/qt5/translations
20 -            )
21 -      endif(NOT APPLE AND USE_WEBENGINE)
22 -
23        set_target_properties (
24           mscore
25           PROPERTIES
This page took 0.055003 seconds and 3 git commands to generate.