forked from pool/musescore
26 lines
785 B
Diff
26 lines
785 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 12:22:12.728000000 +0100
|
||
|
@@ -738,20 +738,7 @@
|
||
|
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
|