aboutsummaryrefslogtreecommitdiffstats
path: root/qtdeclarative.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qtdeclarative.pro')
-rw-r--r--qtdeclarative.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtdeclarative.pro b/qtdeclarative.pro
index b4991db4ee..c9df6e053b 100644
--- a/qtdeclarative.pro
+++ b/qtdeclarative.pro
@@ -6,7 +6,7 @@ load(qt_parts)
!python_available {
py_out = $$system('python -c "print(1)"')
- !equals(py_out, 1): error("Building QtQml requires Python version 2.")
+ !equals(py_out, 1): error("Building QtQml requires Python.")
tmp = python_available
CONFIG += $$tmp
cache(CONFIG, add, tmp)