Skip to content
Snippets Groups Projects
  1. Nov 24, 2014
  2. Sep 15, 2014
  3. Sep 08, 2014
  4. Sep 02, 2014
  5. Aug 26, 2014
  6. May 27, 2014
  7. Mar 25, 2014
  8. Jun 20, 2013
  9. Apr 02, 2013
  10. Feb 15, 2013
  11. Feb 06, 2013
  12. Feb 05, 2013
  13. Oct 18, 2012
  14. Sep 25, 2012
    • Daniel Molkentin's avatar
      Introduce $$QTC_PREFIX · 745cb4b7
      Daniel Molkentin authored
      
      'make install' now installs to $(INSTALL_ROOT)$$QTC_PREFIX/...
      
      This is used for giving the contents of the 7zips an additional prefix.
      (previously done by doing an additional copying step in bindistHelper).
      QTC_PREFIX can also be used to give Qt Creator a different install path
      at qmake time, and defaults to /usr/local on Linux.
      On Windows and Mac there is no default for QTC_PREFIX.
      
      Usage: qmake -r QTC_PREFIX=/qtcreator-2.6.0 && make &&
      INSTALL_ROOT=/tmp/creator-dist make install
      
      Change-Id: Id30781e14bfdde52531800f22b22e39f0459e806
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
      745cb4b7
  15. Sep 07, 2012
  16. Sep 05, 2012
    • Daniel Molkentin's avatar
      Introduce $$QTC_PREFIX instead of abusing $(INSTALL_ROOT). · c29bf6f6
      Daniel Molkentin authored
      
      Reason: $INSTALL_ROOT is only meant to be used by packagers
      to temporarily put the contents into a different location,
      which is needed for fakeroot packaging.
      
      QTC_PREFIX is not a qmake variable, and defaults to
      /usr/local. On Windows the default prefix is "QtCreator",
      since "make install" is expected to be used in
      a packaging context only where either INSTALL_ROOT
      should be used or QTC_PREFIX should be set to the
      absolute destination path where e.g. an installer
      generator will pick it up.
      
      Change-Id: Ifa4950340e58e34726c53f5417adcc7b50828ce1
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@nokia.com>
      c29bf6f6
  17. May 15, 2012
  18. Apr 04, 2012
  19. Jan 26, 2012
  20. Dec 01, 2011
  21. Nov 28, 2011
  22. Nov 14, 2011
    • Oswald Buddenhagen's avatar
      turn doc installation into an explicit target · e61381fa
      Oswald Buddenhagen authored
      
      otherwise a "make install" without a prior "make docs" will fail.
      
      we cannot make install depend on docs, because the docs target does not
      (and cannot reasonably) have proper dependency tracking, so it would be
      rebuilt on every install attempt.
      we could make install depend on the presence of the docs files without
      checking their timestamps, but that would be dirty.
      
      Task-number: QTCREATORBUG-6245
      Change-Id: I35a9b8110f8f12760a338b5b100d69e226d3c2e8
      Reviewed-by: default avatarDaniel Molkentin <daniel.molkentin@nokia.com>
      e61381fa
  23. Nov 09, 2011
  24. Sep 27, 2011
  25. Sep 14, 2011
  26. Jul 08, 2011
  27. Jun 01, 2011
  28. Apr 08, 2011
  29. Feb 11, 2011
  30. Dec 08, 2010
  31. Nov 03, 2010
  32. Aug 17, 2010
  33. Jun 15, 2010
  34. May 26, 2010
  35. Nov 24, 2009
Loading