Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [Maintenance Tool] Is there a way to skip documentation and examples?
QtWS25 Last Chance

[Maintenance Tool] Is there a way to skip documentation and examples?

Scheduled Pinned Locked Moved Solved Installation and Deployment
5 Posts 3 Posters 1.6k Views
  • 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.
  • A Offline
    A Offline
    Adrian_Eddy
    wrote on last edited by
    #1

    Qt Maintenance Tool seems to add Documentation and Examples as a mandatory dependency. What's the point of that when it's conveniently available on the internet? It enforces me to download additional ~200 MB which I'll never use and they are not needed for Qt to work properly.
    Is there a way to avoid that?

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

      Hi and welcome
      The build-in docs is context sensitive and can go directly to the right overloaded function etc.
      Using web pages you will/might have to search more. (just saying:)

      As far as I know you cannot de-select it during install but you are free to just delete the QDoc folder after to regain
      the space. The Docs are xml files and highly compressed so you wasting far less in the downloading.

      1 Reply Last reply
      1
      • T Offline
        T Offline
        Tim.Jenssen
        wrote on last edited by Tim.Jenssen
        #3

        use

        maintenanceTool --show-virtual-components

        with this argument you can see the examples and documentation node, not sure what the reason was to make them virtual

        mrjjM A 2 Replies Last reply
        2
        • T Tim.Jenssen

          use

          maintenanceTool --show-virtual-components

          with this argument you can see the examples and documentation node, not sure what the reason was to make them virtual

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Tim.Jenssen said in [Maintenance Tool] Is there a way to skip documentation and examples?:

          --show-virtual-components

          Oh, i never saw that option. Works.

          1 Reply Last reply
          0
          • T Tim.Jenssen

            use

            maintenanceTool --show-virtual-components

            with this argument you can see the examples and documentation node, not sure what the reason was to make them virtual

            A Offline
            A Offline
            Adrian_Eddy
            wrote on last edited by
            #5

            @Tim.Jenssen said in [Maintenance Tool] Is there a way to skip documentation and examples?:

            maintenanceTool --show-virtual-components

            Awesome, works! Exactly what I needed, thank you.

            I can't see any reason they are marked virtual though.

            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