Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-132533

QDoc: Introduce an empty selector for subprojects

    XMLWordPrintable

Details

    • 6a654c883 (dev), 1cc57badd (6.9)
    • DaVinci 110

    Description

      To add a single topic into the topic tree, we can add a subproject. The subproject's selector should be specified. 

      qhp.QtWaylandClient.subprojects = cmakecommand
      qhp.QtWaylandClient.subprojects.cmakecommand.title = qt_generate_wayland_protocol_client_sources
      qhp.QtWaylandClient.subprojects.cmakecommand.indexTitle = qt_generate_wayland_protocol_client_sources
      qhp.QtWaylandClient.subprojects.cmakecommand.selectors = group:cmakecommand 

      To have a single topic with no subtopics, we now have to specify a nonexistent selector, like in the code above, there is no group with the "cmakecommand" name.

      It will be great to have a selector that does not select anything, for example, "empty":

      qhp.QtWaylandClient.subprojects.cmakecommand.selectors = empty 

      Attachments

        For Gerrit Dashboard: QTBUG-132533
        # Subject Branch Project Status CR V

        Activity

          People

            treinio Topi Reiniö
            lexcaz Alexei Cazacov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes