2020-01-28 20:46:46 +01:00
|
|
|
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)
|
2019-11-15 12:31:17 +01:00
|
|
|
else (MINGW)
|
|
|
|
|
|
|
|
if ( NOT MSVC )
|
2020-01-28 20:46:46 +01:00
|
|
|
- ## install qwebengine core
|
2019-11-15 12:31:17 +01:00
|
|
|
- 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
|
|
|
|
- )
|
2019-11-15 14:28:27 +01:00
|
|
|
- endif(NOT APPLE AND USE_WEBENGINE)
|
2019-11-15 12:31:17 +01:00
|
|
|
|
2020-01-28 20:46:46 +01:00
|
|
|
set_target_properties (
|
|
|
|
mscore
|