forked from len0rd/rockbox
update deploy.py to recognize and use Qt5
Change-Id: Ied8c9d153a34bd8b689a34e45708262cede5348d
This commit is contained in:
parent
09dc358bee
commit
2ae94318c6
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ def checkqt(qmakebin):
|
||||||
m = re.search(r, ou)
|
m = re.search(r, ou)
|
||||||
if not m == None:
|
if not m == None:
|
||||||
print "Qt found: %s" % m.group(1)
|
print "Qt found: %s" % m.group(1)
|
||||||
s = re.compile("4\..*")
|
s = re.compile("[45]\..*")
|
||||||
n = re.search(s, m.group(1))
|
n = re.search(s, m.group(1))
|
||||||
if not n == None:
|
if not n == None:
|
||||||
result = qmakebin
|
result = qmakebin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue