Lines Matching refs:python
36 - python = $$qtConfFindInPath("python2$$EXE_SUFFIX")
38 + python = $$qtConfFindInPath("python$$EXE_SUFFIX")
39 isEmpty(python) {
40 - qtLog("'python2$$EXE_SUFFIX' not found in PATH. Checking for 'python$$EXE_SUFFIX'.")
41 + qtLog("'python$$EXE_SUFFIX' not found in PATH. Checking for 'python$$EXE_SUFFIX'.")
42 python = $$qtConfFindInPath("python$$EXE_SUFFIX")
44 isEmpty(python) {
48 !isPythonVersionSupported($$python) {
55 + # Make tests.python.location available in configure.json.
56 $${1}.location = $$clean_path($$python)
65 # Returns the unquoted path to the python executable.
70 - QMAKE_PYTHON2 = python
71 + QMAKE_PYTHON = python
77 # Returns the python executable for use with shell / make targets.
109 + !qtConfig(webengine-python) {
125 + "webengine-python": {
126 + "label": "python",
136 + && features.webengine-python
145 + && features.webengine-python
156 + "webengine-python": {
157 + "label": "python",
158 + "condition": "tests.webengine-python",
162 + { "type": "varAssign", "name": "QMAKE_PYTHON", "value": "tests.webengine-python.lo…