Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. .gitmodules details
Forum Updated to NodeBB v4.3 + New Features

.gitmodules details

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 209 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Temacho
    wrote on last edited by
    #1

    Hi,
    Could you please reveal some details about .gitmodules file? For example, "depends", "recommends", "status", "priority".
    Looks like those are not standard keywords like path, url, branch. How and where they are used? May be on CI?

    And a few more questions:

    • what is the difference between "depends" and "recommends"?
    • what is the meaning of "status"? for some components status = ignore, but anyway such repos can be cloned via recursive clone along with other submodules
    • what is the meaning of "priority"?

    Thank you

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Not a formal answer as I am not involved in that part but:

      • status is for the module status so whether in belongs to the essential set, add-on, technical preview, etc
      • depends means that the listed modules are mandatory to build
      • recommends means that additional features can be enabled if listed modules are present
      • as for priority, I don't know.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved