Compare commits
3 Commits
master
...
travis-tes
Author | SHA1 | Date | |
---|---|---|---|
|
f832228325 | ||
|
ade490ba14 | ||
|
64046bc308 |
@ -75,6 +75,7 @@ module Qt
|
|||||||
end
|
end
|
||||||
|
|
||||||
def qt_version_of(qmake_path)
|
def qt_version_of(qmake_path)
|
||||||
|
$stderr.puts %x{#{qmake_path} -v}
|
||||||
Gem::Version.new(%x{#{qmake_path} -v}.lines.to_a[1][%r{Using Qt version ([^ ]+) },1])
|
Gem::Version.new(%x{#{qmake_path} -v}.lines.to_a[1][%r{Using Qt version ([^ ]+) },1])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user