update deploy.py to recognize and use Qt5

Change-Id: Ied8c9d153a34bd8b689a34e45708262cede5348d
This commit is contained in:
Cástor Muñoz 2016-01-11 03:56:41 +01:00 committed by Dominik Riebeling
parent 09dc358bee
commit 2ae94318c6

View file

@ -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