Blob Blame History Raw
--- MuseScore-3.6/build/FindQt5.cmake.orig	2021-01-15 05:36:02.000000000 -0700
+++ MuseScore-3.6/build/FindQt5.cmake	2021-01-20 16:11:19.102908575 -0700
@@ -55,7 +55,7 @@ endforeach()
 
 include_directories(${QT_INCLUDES})
 
-find_program(QT_QMAKE_EXECUTABLE qmake)
+find_program(QT_QMAKE_EXECUTABLE qmake-qt5)
 set(_qmake_vars
     QT_INSTALL_ARCHDATA
     QT_INSTALL_BINS
--- MuseScore-3.6/CMakeLists.txt.orig	2021-01-15 05:36:02.000000000 -0700
+++ MuseScore-3.6/CMakeLists.txt	2021-01-20 16:11:19.103908574 -0700
@@ -25,7 +25,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
 include(build/functions.cmake) # library of CMake functions ("fn__" namespace)
 
 # Print Qt version or fail the build if Qt (qmake) is not in PATH.
-fn__require_program(QMAKE Qt --version "https://musescore.org/en/handbook/developers-handbook/compilation" qmake)
+fn__require_program(QMAKE Qt --version "https://musescore.org/en/handbook/developers-handbook/compilation" qmake-qt5)
 
 # Libraries linked via full path no longer produce linker search paths.
 cmake_policy(SET CMP0003 NEW)