forked from pool/musescore
acd369a02a
Update to 3.4.1 OBS-URL: https://build.opensuse.org/request/show/768090 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/musescore?expand=0&rev=70
27 lines
764 B
Diff
27 lines
764 B
Diff
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt
|
|
index 6c489e8..03f26a0 100644
|
|
--- a/main/CMakeLists.txt
|
|
+++ b/main/CMakeLists.txt
|
|
@@ -217,21 +217,6 @@ if (MINGW)
|
|
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)
|
|
|
|
set_target_properties (
|
|
mscore
|