Skip to content

Commit

Permalink
audio/musescore: ignore qmake (the Qt3 one)
Browse files Browse the repository at this point in the history
If devel/qmake (the Qt3 version) is installed, it is un-suffixed
and is found as "qmake", rather than the current "qmake-qt5" which
is what Musescore needs.

Patch out the name "qmake" entirely.

Submitted by Mamoru Iwaki in the linked PR. I don't know if we have
a policy on adding people's email addresses out of the PR database,
so I left it out in this commit.

PR:		265775
  • Loading branch information
Mamoru Iwaki authored and Adriaan de Groot committed Aug 16, 2022
1 parent 05014c9 commit f701da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/musescore/files/patch-CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ up with the dependency loop; make handles this without complaint)

# 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 qmake-qt5)
+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)
Expand Down

0 comments on commit f701da3

Please sign in to comment.