summaryrefslogtreecommitdiffstats
path: root/utils/common/deploy.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/common/deploy.py')
-rwxr-xr-xutils/common/deploy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/common/deploy.py b/utils/common/deploy.py
index 39911e82c4..6ce8c43a14 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