summary refs log tree commit diff
path: root/pkgs/applications/audio/musescore/remove_qtwebengine_install_hack.patch
blob: 53a0c90ce46edc7c3b62b207ee692af04fdc2133 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- a/mscore/CMakeLists.txt
+++ b/mscore/CMakeLists.txt
@@ -660,22 +660,6 @@ if (MINGW)
 else (MINGW)

    if ( NOT MSVC )
-## install qwebengine core
-      if (NOT APPLE AND USE_WEBENGINE)
-         install(FILES
-            ${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)
-
       target_link_libraries(mscore
          ${ALSA_LIB}
          ${QT_LIBRARIES}