Sha256: 1f89c52d5b94f7cc11c6c1bee4e36b1d3cdd289a57cc059f74a492dcb5265b17
Contents?: true
Size: 390 Bytes
Versions: 18
Compression:
Stored size: 390 Bytes
Contents
#!/usr/bin/env ruby require 'rubygems' require 'Qt' windows = false processor, platform, *rest = RUBY_PLATFORM.split("-") windows = true if platform =~ /mswin32/ or platform =~ /mingw32/ extension = '' extension = '.exe' if windows path = File.expand_path(File.join(File.dirname(__FILE__), RUBY_VERSION.split('.')[0..1].join('.'), "rbuic4#{extension}")) exec(path, *ARGV)
Version data entries
18 entries across 18 versions & 2 rubygems