From 2ae94318c634a98bac508fb93708f0a838128e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1stor=20Mu=C3=B1oz?= Date: Mon, 11 Jan 2016 03:56:41 +0100 Subject: update deploy.py to recognize and use Qt5 Change-Id: Ied8c9d153a34bd8b689a34e45708262cede5348d --- utils/common/deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/common/deploy.py b/utils/common/deploy.py index 39911e8..6ce8c43 100755 --- a/utils/common/deploy.py +++ b/utils/common/deploy.py @@ -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 -- cgit v1.1