Skip to content
Snippets Groups Projects
  1. 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
  2. Sep 07, 2012
  3. 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
  4. Sep 13, 2011
  5. Aug 18, 2011
  6. 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
  7. Apr 12, 2010
  8. Aug 03, 2009
  9. May 12, 2009
  10. May 06, 2009
  11. Apr 20, 2009
    • Oswald Buddenhagen's avatar
      revamp build system · 13f04d84
      Oswald Buddenhagen authored
      now bin and share are not pegged to linking the executable any more,
      but are proper subdirs targets of their own.
      unforturnately, qmake is a bit tenacious, so we hack around a bit. :)
      
      more or less in passing by, i removed some superfluous trailing slashes
      and added path normalization as well.
      13f04d84
  12. Apr 14, 2009
  13. Apr 07, 2009
  14. Mar 27, 2009
  15. Mar 23, 2009
  16. Mar 09, 2009
  17. Mar 06, 2009
  18. Jan 21, 2009
    • hjk's avatar
      debugger: use single instead of double quotes for dumper output. · 59f45976
      hjk authored
      This makes both source and log files more readable and also prevents
      gdb from applying extra quoting of its own.
      59f45976
    • hjk's avatar
      debugger: signal incomplete responses · f93bd26a
      hjk authored
      f93bd26a
    • hjk's avatar
      Use gdb's 'print' command to access dumper output. · 076488bf
      hjk authored
      Simple solution after all. This idea got initially dropped early in the
      process because it does not handle binary data and using x/x was
      way to slow. But since we use only printable characters now thanks
      to base64 encoding etc using 'p' becomes feasible again and simplifies
      the process vastly as no additional communication channel is needed anymore.
      076488bf
    • Daniel Molkentin's avatar
      Fixes: Implement make install target, Step 1 · 0f20a20b
      Daniel Molkentin authored
      Details: Moving files so that the local layout corresponds to the layout pushed by make install.
      Adjust Make target, modify the resource path of the loader to find the resources in the
      right place. All pathes are still looked up relative to binaryPath(), libs are found via
      relative rpath.
      0f20a20b
  19. Jan 13, 2009
  20. Jan 08, 2009
  21. Jan 07, 2009
  22. Dec 29, 2008
  23. Dec 19, 2008
  24. Dec 18, 2008
  25. Dec 17, 2008
  26. Dec 16, 2008
  27. Dec 12, 2008
Loading