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. [Solved] Qt build-flags
Forum Updated to NodeBB v4.3 + New Features

[Solved] Qt build-flags

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 1 Posters 3.5k 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.
  • R Offline
    R Offline
    riussi
    wrote on last edited by
    #1

    I remember seeing some configure options for not building the demos and examples while building Qt way back but they aren't shown in configure --help nowadays.

    Usually I just comment those out from the .pro-file but why aren't there options to not compile those directly in configure?

    Juha Ristolainen (@Riussi)

    1 Reply Last reply
    0
    • ? This user is from outside of this forum
      ? This user is from outside of this forum
      Guest
      wrote on last edited by
      #2

      if you see the configure file,
      @
      QT_DEFAULT_BUILD_PARTS="libs tools examples demos docs translations"
      ...
      -nomake <part> ..... Exclude part from the list of parts to be built.
      @
      you can play with this and try?

      1 Reply Last reply
      0
      • R Offline
        R Offline
        riussi
        wrote on last edited by
        #3

        Yes, that did the trick. Thx.

        @-nomake demos -nomake examples@

        Juha Ristolainen (@Riussi)

        1 Reply Last reply
        0
        • ? This user is from outside of this forum
          ? This user is from outside of this forum
          Guest
          wrote on last edited by
          #4

          hadn't tried it myself... glad it worked :)

          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