File ruby-qml-qmake-qt5.patch of Package rubygem-qml
Index: ruby-qml/ext/qml/extconf.rb
===================================================================
--- ruby-qml.orig/ext/qml/extconf.rb
+++ ruby-qml/ext/qml/extconf.rb
@@ -4,7 +4,7 @@ require '../../lib/qml/platform'
# find qmake
-qmake = with_config('qmake') || find_executable('qmake')
+qmake = with_config('qmake') || find_executable('qmake-qt5')
debug_enabled = enable_config('debug')
clean_enabled = enable_config('clean')
qmake_opts = debug_enabled ? 'CONFIG+=debug' : ''