summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-09-03 16:56:36 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-03 17:01:20 +0200
commit7a83c1f222a495cab4afed7c314b9e0c87b23bc4 (patch)
treeac736e187a7b77554ff3575670048baebf64f39f
parent6b7790d37bddb9006371c01dcce648035f524bd6 (diff)
Print python version in gyp_qtwebengine for debugging.
Change-Id: Ica9f675a63e6dd3707f842edd86d30d860f2614c Reviewed-by: Andras Becsi <andras.becsi@digia.com> Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
-rwxr-xr-xbuild/gyp_qtwebengine2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/gyp_qtwebengine b/build/gyp_qtwebengine
index 51392753d..b67314df2 100755
--- a/build/gyp_qtwebengine
+++ b/build/gyp_qtwebengine
@@ -5,6 +5,8 @@ import os
import subprocess
import sys
+print 'using python: ' + sys.executable + ' version: ' + sys.version
+
qtwebengine_src = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
chrome_src = subprocess.check_output("git config qtwebengine.chromiumsrcdir || true", shell=True).strip()
if chrome_src: