You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2026. It is now read-only.
In file ./lib/Qt4.rb, before 'module Qt'
'require "#{ruby_version}/qtruby4"' should be changed to './lib/Qt/qtruby4'
After this change, the code still won't run.
ruby2.5 x86 raise an error,
In ./lib/Qt/qtruby4.rb:3079:
in
initialize': undefined methodaddMetaObjectMethods' for Qt::Internal:Module (NoMethodError)I grep the whole directory and still can't find the definition of 'addMetaObjectMethods'
Could it be fixed? Thanks for efforts.