Skip to content

Commit

Permalink
Fixed Qt::RubyThreadFix error
Browse files Browse the repository at this point in the history
Fix for CLI tools suffered.
  • Loading branch information
Bader Zaidan committed Mar 8, 2014
1 parent fb2f25a commit 40deaa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Qt4.rb
Expand Up @@ -3,6 +3,7 @@
windows = true if platform =~ /mswin32/ or platform =~ /mingw32/

begin
require 'thread'
require 'qtbindings-qt'
rescue LoadError
# Oh well - Hopefully not using the Windows binary gem
Expand Down

0 comments on commit 40deaa0

Please sign in to comment.