1. 06 Nov, 2014 - 2 commits
    • Jocelyn Turcotte's avatar
      Deploy external data in QtWebEngineCore.framework for framework builds · 66cd3193
      Jocelyn Turcotte authored
      
      There is currently no convenient way to deploy QtWebEngine into an application
      bundle on OSX. macdeployqt copies frameworks into a .app bundle's Frameworks
      directory but this makes no sense unless all the needed files are also
      distributed with the bundle.
      
      This patch moves:
      - The ffmpegsumo.so library into Libraries/
      - Locale .pak files, qtwebengine_resources.pak and icudtl.dat into Resources/
      - QtWebEngineProcess into its own .app bundle, itself into Helpers/
      
      QMAKE_BUNDLE_DATA is used to copy files into the bundle while INSTALLS is
      used when installing normally. A LOCALE_LIST is explicitly listed since
      QMAKE_BUNDLE_DATA can't handle the * glob to match all source files.
      
      Change-Id: I5c0df57b4b9e93f9cce34a74a6e024bf90d37b5c
      Task-number: QTBUG-41611
      Reviewed-by: default avatarZeno Albisser <zeno.albisser@digia.com>
      Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
      66cd3193
    • Jocelyn Turcotte's avatar
      Move extra installs from core.pro to core_module.pro · fd47c264
      Jocelyn Turcotte authored
      
      core_module.pro is the one responsible for deployment of the binary so
      it makes sense to also let it handle the other files to install.
      
      This leaves core.pro to only handle sub-projects dependencies.
      
      Change-Id: Ibe433eceec7fb0a9f806dfa89dccb0bedeaccc59
      Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
      fd47c264
  2. 03 Nov, 2014 - 1 commit
  3. 29 Oct, 2014 - 5 commits
  4. 28 Oct, 2014 - 4 commits
  5. 27 Oct, 2014 - 1 commit
  6. 21 Oct, 2014 - 1 commit
  7. 16 Oct, 2014 - 3 commits
  8. 15 Oct, 2014 - 3 commits
  9. 14 Oct, 2014 - 3 commits
  10. 13 Oct, 2014 - 3 commits
  11. 10 Oct, 2014 - 3 commits
  12. 09 Oct, 2014 - 3 commits
  13. 08 Oct, 2014 - 2 commits
  14. 07 Oct, 2014 - 4 commits
  15. 06 Oct, 2014 - 2 commits