Commit ada6b1a1 authored by Andras Becsi's avatar Andras Becsi
Browse files

Fix QtCreator loading of qtwebengine.pro


When QtCreator loads qtwebengine.pro some parsing errors
are shown if it picks up the system python3 for basic detection.
Although we do not plan to support python3 with all of our
scripts (since Chromium does not) these simple cases can
be fixed by using the function version of python's print.
This patch also adds the Chromium source path to the core
INCLUDEPATH so that Chromium headers are indexed as well.

Change-Id: Ia6dec1c776fdcddf875fb8e814d8fb33b7340989
Reviewed-by: default avatarMichael Brüning <michael.bruning@theqtcompany.com>
parent d65bd6b6
Showing with 9 additions and 4 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment