mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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)
|
||||
if not m == None:
|
||||
print "Qt found: %s" % m.group(1)
|
||||
s = re.compile("4\..*")
|
||||
s = re.compile("[45]\..*")
|
||||
n = re.search(s, m.group(1))
|
||||
if not n == None:
|
||||
result = qmakebin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue