Skip to content
Snippets Groups Projects
  1. Sep 22, 2015
  2. Mar 24, 2015
  3. Mar 16, 2015
  4. Mar 04, 2015
  5. Sep 15, 2014
  6. Sep 02, 2014
  7. Aug 26, 2014
  8. May 08, 2014
  9. Mar 26, 2014
  10. Mar 25, 2014
  11. Jan 24, 2014
  12. Dec 20, 2013
  13. Dec 10, 2013
  14. Oct 09, 2013
  15. Oct 02, 2013
  16. Oct 01, 2013
  17. Jun 07, 2013
  18. May 28, 2013
  19. Apr 11, 2013
  20. Apr 03, 2013
  21. Apr 02, 2013
  22. Nov 29, 2012
  23. Oct 09, 2012
  24. 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
  25. Sep 11, 2012
  26. Sep 07, 2012
  27. 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
  28. Aug 21, 2012
  29. Mar 02, 2012
  30. Feb 22, 2012
  31. Jan 04, 2012
  32. Nov 09, 2011
  33. Oct 06, 2011
  34. Oct 05, 2011
  35. Mar 15, 2011
  36. Feb 18, 2011
Loading