aboutsummaryrefslogtreecommitdiffstats
path: root/qtdeclarative.pro
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-04-08 11:16:24 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2016-04-08 11:16:24 +0000
commitdab3fa107fa7b4a82928b71748b857ff85180f1e (patch)
tree9a1e85401ae6b790209f666441f121bb13d1a7f8 /qtdeclarative.pro
parenta889bcb6c3c66a616e73fa5ed3c9d900d7c7d6f5 (diff)
parent68ba8fe3ccf7abe8d24ba3614f8d7ceb3778de74 (diff)
Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7
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 0e746c3c65..5b94da9b69 100644
--- a/qtdeclarative.pro
+++ b/qtdeclarative.pro
@@ -3,7 +3,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)