c3c921f
diff --git a/src/webengine/module.pro b/src/webengine/module.pro
c3c921f
index 49a1086b2..afc89d49e 100644
c3c921f
--- a/src/webengine/module.pro
c3c921f
+++ b/src/webengine/module.pro
c3c921f
@@ -76,7 +76,7 @@ qtConfig(webengine-testsupport) {
c3c921f
     python = $$pythonPathForShell()
c3c921f
     chromium_attributions.commands = \
c3c921f
         cd $$shell_quote($$shell_path($$PWD/../3rdparty)) && \
c3c921f
-        $$python chromium/tools/licenses.py \
c3c921f
+        python2 chromium/tools/licenses.py \
c3c921f
         --file-template ../../tools/about_credits.tmpl \
c3c921f
         --entry-template ../../tools/about_credits_entry.tmpl credits \
c3c921f
         $$shell_quote($$shell_path($$OUT_PWD/chromium_attributions.qdoc))