[Gambas-bugtracker] Bug #1894: Project component requirements.

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Fri Oct 2 10:05:05 CEST 2020


http://gambaswiki.org/bugtracker/edit?object=BUG.1894&from=L21haW4-

Comment #3 by Benoît MINISINI:

Dependencies between components are partly implicit. Only top-level components are usually explicit (with a few exceptions, like database drivers or compression drivers components that can be explicit).

You must only install the one listed in the ".project" files.

> With a project using QT the .project file listed Component gb.gui.qt but didn't say it needed gb.qt5

Of course, gb.qt5 is not needed, as gb.gui.qt choose a component between gb.qt4 and gb.qt5 at runtime.

'gb.form.stock' can be explicitly checked. If not, that means the component is optional. It is then loaded at runtime if needed.

'gb.jit' is always installed. You must read https://gambaswiki.org/wiki/howto/package to know how packages work.

Please use the mailing-list for asking questions about all that.

Benoît MINISINI changed the state of the bug to: Rejected.




More information about the Bugtracker mailing list