1. 24 Apr, 2015 - 1 commit
  2. 15 Apr, 2015 - 1 commit
    • Andras Becsi's avatar
      Fix QtCreator loading of qtwebengine.pro · ada6b1a1
      Andras Becsi authored
      
      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>
      ada6b1a1
  3. 28 Nov, 2013 - 1 commit
    • Jocelyn Turcotte's avatar
      Moving sources to src part 1: Move files. · fd61d752
      Jocelyn Turcotte authored
      This only move files without adjusting any paths.
      
      This moves:
      - lib/quick -> src/webengine/api (API files)
        lib/quick -> src/webengine (other files)
        This contains the main QtWebEngine module library since
        <ec7b2ee7
      
      >.
      - lib/widgets -> src/webenginewidgets
        Also rename this directory to match its module name and rename Api to api.
      - lib -> src/core
      - process -> src/process
      - resources -> src/core/resources
      - tools/* -> tools/scripts/
      
      The build directory is spread as follow:
      - build/build.pro -> src/core/gyp_run.pro
      - build/qmake_extras/* -> src/core/ (for the host and target .pro files)
      - build/qmake -> tools/qmake
      - Build related scripts -> tools/buildscripts
      
      Change-Id: I0cded1de772c99c0c1da6536c9afea353236b4a1
      Reviewed-by: default avatarZeno Albisser <zeno.albisser@digia.com>
      Reviewed-by: default avatarPierre Rossi <pierre.rossi@gmail.com>
      Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
      fd61d752
  4. 03 Jun, 2013 - 2 commits
  5. 22 May, 2013 - 1 commit