summaryrefslogtreecommitdiffstats
path: root/src/core/core_common.pri
Commit message (Collapse)AuthorAgeFilesLines
* Fix QtCreator loading of qtwebengine.proAndras Becsi2015-04-151-0/+4
| | | | | | | | | | | | | 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: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>
* Integrate with WebChannelPierre Rossi2015-02-121-0/+8
Provide a transport mechanism for WebChannel over chromium IPC and expose WebChannel in our experimental QML API. Co-authored by Milian Wolff. Change-Id: Ia24b1d4ebc8515de677d4849ec33cb55c963918e Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>