Skip to content
Snippets Groups Projects
  1. Oct 05, 2012
  2. 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
  3. Sep 21, 2012
  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. Aug 22, 2012
    • Alessandro Portale's avatar
      Removal of Symbian support · ae23d505
      Alessandro Portale authored
      
      Qt Creator's support for Symbian was at its peak in version
      2.4.x. Nobody really verified it in Qt Creator 2.5 or 2.6.
      It is most likely rotten. Let's remove it!
      
      Also, the Symbian support code was spread throughout the whole
      Qt Creator code base. The plugin interfaces evolved in the
      meantime and target platforms like Android or QNX have 99% of
      their code in separate plugins.
      
      In case anyone wants to revive Symbian support in Qt Creator,
      please create a plugin for it.
      
      Change-Id: I56a758a3e2fd5b8c64d9aeb8f63d8e916c4883be
      Reviewed-by: default avatarAlessandro Portale <alessandro.portale@nokia.com>
      ae23d505
  7. Jul 19, 2012
  8. Jul 03, 2012
  9. Jun 11, 2012
  10. Mar 22, 2012
  11. Feb 20, 2012
  12. Jan 26, 2012
  13. Nov 03, 2011
  14. Oct 10, 2011
  15. Sep 08, 2011
  16. Aug 09, 2011
  17. Aug 03, 2011
Loading