Stable Qt Creator API - Wishlist creation: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Created page with "Category:QtCS2023 ==Session Summary== ==Session Owners== ==Notes==")
 
No edit summary
 
Line 8: Line 8:


==Notes==
==Notes==
* Lack of documentation is big obstacle
* Scope of stable Api?
** Build steps
*** Creating a new buildstep
*** Executing a buildstep
** Targets
*** list
*** get build steps for the target
*** get information about the targets
** 80/20, don't try to solve everything, do the major 80% well, and allow hooks that can be extended for the rest.
** How to differentiate between stable/public api and what's currently "private-public api"
*** Not clear

Latest revision as of 13:00, 1 December 2023


Session Summary

Session Owners

Notes

  • Lack of documentation is big obstacle
  • Scope of stable Api?
    • Build steps
      • Creating a new buildstep
      • Executing a buildstep
    • Targets
      • list
      • get build steps for the target
      • get information about the targets
    • 80/20, don't try to solve everything, do the major 80% well, and allow hooks that can be extended for the rest.
    • How to differentiate between stable/public api and what's currently "private-public api"
      • Not clear