1. 29 Apr, 2015 - 1 commit
    • Peter Varga's avatar
      Fix prefix build · 8d23e37c
      Peter Varga authored
      
      Deploy resources, locales, icu and plugins into the build directory
      instead of install directory. It is necessary when Qt is configured
      with -developer-build and -prefix options: the compilation may fail
      if user has no write access for install directory.
      
      Task-number: QTBUG-45796
      Change-Id: I425f26fcb4b611c255dd744cb9b4eafe16015d6f
      Reviewed-by: default avatarAndras Becsi <andras.becsi@theqtcompany.com>
      8d23e37c
  2. 27 Apr, 2015 - 1 commit
  3. 24 Apr, 2015 - 1 commit
  4. 23 Apr, 2015 - 4 commits
  5. 22 Apr, 2015 - 1 commit
  6. 21 Apr, 2015 - 1 commit
  7. 20 Apr, 2015 - 2 commits
  8. 16 Apr, 2015 - 3 commits
  9. 15 Apr, 2015 - 5 commits
  10. 14 Apr, 2015 - 3 commits
  11. 09 Apr, 2015 - 3 commits
  12. 08 Apr, 2015 - 1 commit
  13. 07 Apr, 2015 - 7 commits
  14. 29 Mar, 2015 - 1 commit
  15. 24 Mar, 2015 - 1 commit
  16. 20 Mar, 2015 - 4 commits
  17. 19 Mar, 2015 - 1 commit
    • Pierre Rossi's avatar
      Enable the use of IPC tracing · 3ef408a3
      Pierre Rossi authored
      
      This can be used with debug builds, or by passing
      DEFINES+=IPC_MESSAGE_LOG_ENABLED at qmake time. IPC message logging
      is then controlled by the CHROME_IPC_LOGGING environment variable
      (e.g. CHROME_IPC_LOGGING=color).
      
      Change-Id: I0e423e716582f339cd4a30bf99e284bdefe00313
      Reviewed-by: default avatarAndras Becsi <andras.becsi@theqtcompany.com>
      3ef408a3