forked from pool/musescore
26 lines
805 B
Diff
26 lines
805 B
Diff
diff -ur a/mscore/CMakeLists.txt b/mscore/CMakeLists.txt
|
|
--- a/mscore/CMakeLists.txt 2019-11-14 08:45:52.000000000 +0100
|
|
+++ b/mscore/CMakeLists.txt 2019-11-15 14:27:31.268000000 +0100
|
|
@@ -738,21 +738,6 @@
|
|
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)
|
|
|
|
target_link_libraries(mscore
|
|
${ALSA_LIB}
|