]> git.pld-linux.org Git - packages/musescore.git/blame - do_not_bundle_qtwebengine.patch
Version: 3.0.4
[packages/musescore.git] / do_not_bundle_qtwebengine.patch
CommitLineData
24e787ac
JK
1diff -dur MuseScore-3.0.4.orig/mscore/CMakeLists.txt MuseScore-3.0.4/mscore/CMakeLists.txt
2--- MuseScore-3.0.4.orig/mscore/CMakeLists.txt 2019-02-28 12:31:10.000000000 +0100
3+++ MuseScore-3.0.4/mscore/CMakeLists.txt 2019-03-10 16:43:03.375054036 +0100
4@@ -699,21 +699,6 @@
5 else (MINGW)
6
7 if ( NOT MSVC )
8-## install qwebengine core
9- if (NOT APPLE AND USE_WEBENGINE)
10- install(FILES
11- ${QT_INSTALL_LIBEXECS}/QtWebEngineProcess
12- DESTINATION bin
13- )
14- install(DIRECTORY
15- ${QT_INSTALL_DATA}/resources
16- DESTINATION lib/qt5
17- )
18- install(DIRECTORY
19- ${QT_INSTALL_TRANSLATIONS}/qtwebengine_locales
20- DESTINATION lib/qt5/translations
21- )
22- endif(NOT APPLE AND USE_WEBENGINE)
23
24 target_link_libraries(mscore
25 ${ALSA_LIB}
This page took 0.220776 seconds and 4 git commands to generate.