Skip to content

Commit

Permalink
removed webengine support (along with the old authorization implement…
Browse files Browse the repository at this point in the history
…ation)
  • Loading branch information
RomanPudashkin committed Jun 10, 2021
1 parent 52d7a78 commit 9f2298c
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,517 deletions.
11 changes: 0 additions & 11 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,17 +138,6 @@ configure_file (
# Setup external dependencies
###########################################

# We need this early, before FindQt5
if (BUILD_WEBENGINE)
if (CC_IS_MINGW)
set(USE_WEBENGINE 0)
else (CC_IS_MINGW)
set(USE_WEBENGINE 1)
endif(CC_IS_MINGW)
else (BUILD_WEBENGINE)
set(USE_WEBENGINE 0)
endif (BUILD_WEBENGINE)

set(QT_MIN_VERSION "5.15.0")
include(FindQt5)

Expand Down
8 changes: 0 additions & 8 deletions build/cmake/FindQt5.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ set(_components
OpenGL
LinguistTools
)
if (USE_WEBENGINE)
set(_components
${_components}
WebEngine
WebEngineCore
WebEngineWidgets
)
endif(USE_WEBENGINE)

if (NOT OS_IS_WASM)
set(_components
Expand Down
2 changes: 0 additions & 2 deletions build/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#ifndef MUSESCORE_CONFIG_H
#define MUSESCORE_CONFIG_H

#cmakedefine USE_WEBENGINE

#cmakedefine FOR_WINSTORE

#cmakedefine MSCORE_UNSTABLE
Expand Down
3 changes: 0 additions & 3 deletions src/cloud/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ set(MODULE_SRC
${CMAKE_CURRENT_LIST_DIR}/internal/authorizationservice.cpp
${CMAKE_CURRENT_LIST_DIR}/internal/cloudconfiguration.h
${CMAKE_CURRENT_LIST_DIR}/internal/cloudconfiguration.cpp
${CMAKE_CURRENT_LIST_DIR}/internal/cloudmanager.cpp
${CMAKE_CURRENT_LIST_DIR}/internal/cloudmanager.h
${CMAKE_CURRENT_LIST_DIR}/internal/cloudmanager_p.h
)

include(${PROJECT_SOURCE_DIR}/build/module.cmake)
Expand Down
Loading

0 comments on commit 9f2298c

Please sign in to comment.