summaryrefslogtreecommitdiffstats
path: root/utils/common
diff options
context:
space:
mode:
authorCástor Muñoz <cmvidal@gmail.com>2016-01-11 03:56:41 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2016-01-17 18:38:28 +0100
commit2ae94318c634a98bac508fb93708f0a838128e10 (patch)
treededea179117b9d32a390ed98a9debb8bd3908771 /utils/common
parent09dc358beeb3be715176f5fc28e9307fc36d4185 (diff)
downloadrockbox-2ae94318c634a98bac508fb93708f0a838128e10.tar.gz
rockbox-2ae94318c634a98bac508fb93708f0a838128e10.zip
update deploy.py to recognize and use Qt5
Change-Id: Ied8c9d153a34bd8b689a34e45708262cede5348d
Diffstat (limited to 'utils/common')
-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