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] Looking for a full list of flags for QT 5.3's "configure" tool
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Looking for a full list of flags for QT 5.3's "configure" tool

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

    I want to build QT 5.3 on Windows and would like to know which command-line flags are available to me. When I run configure -help (or --help, -h), instead of offering me a list, the building process appears to start.

    The [url=http://qt-project.org/doc/qt-5/configure-options.html]documentation[/url] is kept brief on this.

    Any help appreciated, thanks.

    Edit: Nevermind, the list of flags comes up after some compilation is done. I wasn't expecting that, so I aborted too early.

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Weird. It works fine for me. Here is the output (for Windows): "link":http://pastebin.com/7a2euW2w.

      Apologies for pastebin, but the forum does not allow such long posts (17k characters).

      (Z(:^

      1 Reply Last reply
      0
      • Adrian5A Offline
        Adrian5A Offline
        Adrian5
        wrote on last edited by
        #3

        Thanks sierdzio.

        In my case it first starts some configuration and compilation, so that put me off:
        @

        C:\Dev\qt5.3_src\configure -h

        • C:\Dev\qt5.3_src\qtbase\configure.bat -top-level -help
          Please wait while bootstrapping configure ...
          <srcbase> = C:/Dev/qt5.3_src/qtbase
          <outbase> = C:/Dev/qt5.3_build/qtbase
          QtCore: created fwd-include header(s) for <srcbase>/src/corelib/animation/ { qabstractanimation.h (1), qabstractanimation_p.h (1), qanimatio
          ngroup.h (1), qanimationgroup_p.h (1), qparallelanimationgroup.h (1), qparallelanimationgroup_p.h (1), qpauseanimation.h (1), qpropertyanima ..@
          That keeps going for a few hundred lines and g++ appears to be invoked, but it shows the help list at the end of it, so I'm all set now.
        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi and welcome to devnet,

          Don't worry that's normal, it's the bootstrap part that creates the necessary files and tools that will be used to process the source tree to build Qt.

          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