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] Is the actual Qt configuration documented somewhere?

[~Solved] Is the actual Qt configuration documented somewhere?

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

    A long while ago, I built Qt from sources. Because I had to try different things before it came out the way I wanted, I don't remember the exact configuration I finally used.

    Is there a way for me to find out what 'configure' command line I used, what the exact version of the compiler was, etc. ?

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

      Yes, take a look at configure.cache file located in the root dir of your Qt source code. It does not contain all the information you need, but at least the configuration flags are there.

      (Z(:^

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

        On Windows, I have only found the configure.cache file for a MinGW build, but not for a VS 2010 build. Is this gcc/mingw-specific?

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

          I have it present in my MSVC2012 build, maybe you have removed it. On Linux, the file is named config.status, just to complicate things ;)

          (Z(:^

          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