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