summaryrefslogtreecommitdiffstats
path: root/src/buildtools/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtools/configure.json')
-rw-r--r--src/buildtools/configure.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/buildtools/configure.json b/src/buildtools/configure.json
index 17fc65106..5e5d9d725 100644
--- a/src/buildtools/configure.json
+++ b/src/buildtools/configure.json
@@ -318,8 +318,8 @@
"type": "detectNinja"
},
"webengine-python": {
- "label": "python",
- "type": "detectPython",
+ "label": "python2",
+ "type": "detectPython2",
"log": "location"
},
"webengine-winversion": {
@@ -446,11 +446,11 @@
"output": [ "privateFeature" ]
},
"webengine-python": {
- "label": "python",
+ "label": "python2",
"condition": "tests.webengine-python",
"output": [
"privateFeature",
- { "type": "varAssign", "name": "QMAKE_PYTHON", "value": "tests.webengine-python.location" }
+ { "type": "varAssign", "name": "QMAKE_PYTHON2", "value": "tests.webengine-python.location" }
]
},
"webengine-gperf": {