Skip to content
Snippets Groups Projects
  1. Sep 28, 2012
  2. Sep 27, 2012
  3. 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
  4. Sep 07, 2012
  5. 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
  6. Sep 03, 2012
  7. Aug 29, 2012
  8. Aug 28, 2012
  9. Jan 30, 2012
  10. Jan 24, 2012
  11. Jan 18, 2012
  12. Jan 17, 2012
  13. Jan 12, 2012
  14. Dec 12, 2011
  15. Sep 13, 2011
  16. Sep 07, 2011
  17. Aug 18, 2011
  18. Aug 03, 2011
  19. Jul 14, 2011
  20. Jul 06, 2011
  21. Jul 19, 2010
  22. Jul 07, 2010
  23. Jul 06, 2010
  24. Jun 22, 2010
    • dt's avatar
      Remove LD_LIBRARY_PATH script. · 2bd2373b
      dt authored
      Christian Kamm convinced me that it should not have any effect.
      
      Reviewed-By: ckamm
      
      Task-Nr: QTCREATORBUG-1646
      2bd2373b
  25. May 26, 2010
  26. Mar 02, 2010
  27. Nov 16, 2009
  28. Sep 02, 2009
  29. May 06, 2009
  30. Apr 20, 2009
  31. Feb 27, 2009
  32. Jan 27, 2009
  33. Jan 21, 2009
    • Daniel Molkentin's avatar
      Fixes: make install works on linux · b18fe470
      Daniel Molkentin authored
      Details:  Creator on Linux works now in two modes:
                1) out of the build dir (shadow builds to be tested)
                2) make INSTALL_ROOT=/prefix install
      b18fe470
    • Daniel Molkentin's avatar
      Fixes: make install workd · 194175cc
      Daniel Molkentin authored
      Details:  Make install works now, we just have to agree on layout
      details and check for mac compatibility.
      
      Also, plugins will carry no version in their filename anymore starting with
      this commit. Versioning happens in the creators pluginloader using the pluginspec file.
      194175cc
Loading