1. 14 Nov, 2015 - 1 commit
  2. 03 Jun, 2015 - 1 commit
  3. 27 May, 2015 - 1 commit
    • Kai Koehne's avatar
      Run license checker in qmake · 63660402
      Kai Koehne authored
      
      Check for a valid license not only in configure, but also in qmake.
      To limit the runtime overhead we cache the day of the last run in
      a .stash file. This allows us to run licheck only for the top-level
      qmake call, and only once per day.
      
      This requires an updated licheck executable that supports the new
      check mode.
      
      [ChangeLog][Tools][qmake] For commercial builds, qmake now checks for
      a valid Qt license. This requires setting up a Qt Account (or
      .qt-license file) on the development machine.
      
      Change-Id: I2c2a05a4602cc661560568b76ddf520cb8134769
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
      63660402
  4. 23 Apr, 2015 - 1 commit
  5. 13 Nov, 2014 - 1 commit
  6. 30 Apr, 2014 - 1 commit
    • Oswald Buddenhagen's avatar
      untangle use of system vs. shell path(-list) semantics · e5024c21
      Oswald Buddenhagen authored
      
      "system" refers to the system's native shell, which is what qmake's
      system() invokes, and whose convention by far most commands invoked from
      a makefile will need.
      "shell" refers to the shell invoked by make, which diverges from the
      system shell only when qmake/mingw32-make is called from an msys shell.
      its conventions need to be used for anything the shell itself does
      (e.g., assembling env variables, but also command line argument
      unquoting) and the commands the mkspec sets according to the shell
      (e.g., QMAKE_MOVE).
      
      Change-Id: I0000aa9417c199cf8a810619d31ded24bb0675f9
      Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@digia.com>
      e5024c21
  7. 28 Feb, 2014 - 1 commit
  8. 14 Feb, 2014 - 1 commit
  9. 04 Dec, 2013 - 1 commit
  10. 19 Nov, 2013 - 1 commit
  11. 04 Nov, 2013 - 1 commit
  12. 31 Oct, 2013 - 1 commit
  13. 29 Oct, 2013 - 3 commits
  14. 17 Jun, 2013 - 1 commit
  15. 15 Jun, 2013 - 1 commit
  16. 12 Jun, 2013 - 1 commit
  17. 15 May, 2013 - 1 commit
  18. 13 May, 2013 - 1 commit
  19. 11 Feb, 2013 - 1 commit
  20. 01 Nov, 2012 - 1 commit
  21. 10 Oct, 2012 - 1 commit
    • Tor Arne Vestbø's avatar
      Modularize documenation build · 087efb57
      Tor Arne Vestbø authored
      
      qdocconf files can now reference $QT_INSTALL_DOCS to pick up e.g. global
      includes, instead of using relative paths. Qt modules will automatically
      get a doc target that builds and installs into the right place (including
      supporting shadow-builds) if they set QMAKE_DOCS before loading(qt_module).
      
      Change-Id: Ia408385199e56e3ead0afa45645a059d1a8b0d48
      Reviewed-by: default avatarTor Arne Vestbø <tor.arne.vestbo@digia.com>
      087efb57
  22. 04 Oct, 2012 - 1 commit
  23. 17 Jul, 2012 - 1 commit
  24. 12 Jul, 2012 - 1 commit
  25. 09 Jul, 2012 - 1 commit
  26. 05 Jul, 2012 - 2 commits
  27. 03 Jul, 2012 - 1 commit
  28. 22 Jun, 2012 - 1 commit
  29. 19 Jun, 2012 - 3 commits
  30. 01 Jun, 2012 - 1 commit
  31. 27 Mar, 2012 - 1 commit
  32. 08 Mar, 2012 - 1 commit
  33. 07 Mar, 2012 - 1 commit
  34. 01 Mar, 2012 - 1 commit
    • Oswald Buddenhagen's avatar
      revamp -sysroot and -hostprefix handling · 012f7992
      Oswald Buddenhagen authored
      
      instead of being a variable added to the makespec (via qconfig.pri),
      QT_SYSROOT is now a property.
      
      the QT_INSTALL_... properties are now automatically prefixed with the
      sysroot; the raw values are available as QT_RAW_INSTALL_... - this is
      expected to cause the least migration effort for existing projects.
      
      -hostprefix and the new -hostbindir & -hostdatadir now feed the new
      QT_HOST_... properties.
      
      adapted the qmake feature files and the qtbase build system accordingly.
      
      Change-Id: Iaa9b65bc10d9fe9c4988d620c70a8ce72177f8d4
      Reviewed-by: default avatarMarius Storm-Olsen <marius.storm-olsen@nokia.com>
      012f7992
  35. 08 Feb, 2012 - 1 commit