]> git.pld-linux.org Git - packages/musescore.git/blame - do_not_bundle_qtwebengine.patch
- more work inspired by opensuse;
[packages/musescore.git] / do_not_bundle_qtwebengine.patch
CommitLineData
d2acd726
KM
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 @@
24e787ac
JK
4 else (MINGW)
5
6 if ( NOT MSVC )
d2acd726 7- ## install qwebengine core
24e787ac 8- if (NOT APPLE AND USE_WEBENGINE)
d2acd726 9- install(PROGRAMS
24e787ac
JK
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)
d2acd726
KM
22-
23 set_target_properties (
24 mscore
25 PROPERTIES
This page took 0.089994 seconds and 4 git commands to generate.