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. Which configure Flags do the precompiled Binaries have?
Qt 6.11 is out! See what's new in the release blog

Which configure Flags do the precompiled Binaries have?

Scheduled Pinned Locked Moved General and Desktop
7 Posts 4 Posters 8.7k 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.
  • F Offline
    F Offline
    Felix
    wrote on last edited by
    #1

    Hi

    I wanted to know what configure flags where used when u build the installer packeges for qt. Is there a list with the flags for the different versions?

    thanks

    Felix

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DenisKormalev
      wrote on last edited by
      #2

      Look into file configure.cache. You will find flags there.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        anselmolsm
        wrote on last edited by
        #3

        Hi,

        You can check how Qt was configured at $QMAKE_MKSPECS/qconfig.pri

        If you don't know what is the content of QMAKE_MKSPECS, do:

        @qmake -query QMAKE_MKSPECS@

        If you compiled Qt, the flags used in the last configure are in <path to build dir>/config.status

        I hope this helps you
        Anselmo

        Anselmo L. S. Melo (anselmolsm)

        1 Reply Last reply
        0
        • D Offline
          D Offline
          DenisKormalev
          wrote on last edited by
          #4

          anselmolsm, in my Qt SDK instance at Windows machine I can see flags in this file.

          1 Reply Last reply
          0
          • A Offline
            A Offline
            anselmolsm
            wrote on last edited by
            #5

            Denis, cool. Now we have 3 different ways to find that information, in different scenarios (including when Qt was packaged by a Linux distro).

            I did not know about configure.cache in Qt SDK, thanks =)

            Anselmo L. S. Melo (anselmolsm)

            1 Reply Last reply
            0
            • F Offline
              F Offline
              Felix
              wrote on last edited by
              #6

              and are the same flags used in every package? like in QtSDK and the normal installer for example for VS2005?

              1 Reply Last reply
              0
              • ? Offline
                ? Offline
                A Former User
                wrote on last edited by
                #7

                I downloaded the binary distribution of Qt and my qconfig.pri file contains this:

                QT_CONFIG += release debug zlib png accessibility qt3support opengl s60 openssl ipv6 script scripttools xmlpatterns phonon phonon-backend multimedia audio-backend webkit native-gestures svg minimal-config small-config medium-config large-config full-config

                And, what I've read seems to indicate that the Qt binary distribution is not built with OpenSSL enabled. So, can these flags possibly be accurate?

                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