Skip to content

Commit

Permalink
Don't disable Qt 5.15 for 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz authored and igorkorsukov committed Jan 15, 2021
1 parent 7528831 commit 28aa7ba
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build/FindQt5.cmake
Expand Up @@ -36,14 +36,6 @@ if (WIN32)
)
endif(WIN32)

# For Windows, because of these lines, for some unknown reason, the build of the .msi package fails.
if(NOT ${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows")
find_package(Qt5Core 5.15.0 QUIET)
if (Qt5Core_FOUND)
message(FATAL_ERROR "MuseScore 3 does not support Qt 5.15: 5.15.0 shows empty palettes panel, 5.15.1 and later crash when opening pre-3.6 scores due to QTBUG-77337")
endif()
endif()

find_package(Qt5Core ${QT_MIN_VERSION} REQUIRED)

foreach(_component ${_components})
Expand Down

0 comments on commit 28aa7ba

Please sign in to comment.