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. Qt libraries 4.7.2 for Windows (Visual Studio 2008)
Forum Updated to NodeBB v4.3 + New Features

Qt libraries 4.7.2 for Windows (Visual Studio 2008)

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 3.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.
  • Z Offline
    Z Offline
    zenlikemind
    wrote on last edited by
    #1

    I have just downloaded and successfully installed the pre-compiled libraries for Windows.

    Could someone please help me understand which configure options are enabled in this build? Specifically, I am interested to learn whether OpenSSL is enabled (-openssl-linked option).

    Thanks!

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      I guess not.

      If you look into the configure file of source code distribution you will find following section:

      @
      -no-openssl ........ Do not compile support for OpenSSL.

      • -openssl ........... Enable run-time OpenSSL support.
        -openssl-linked .... Enabled linked OpenSSL support.
        @

      Since there is a '+' in front of "openssl" this is the default option for generating the distribution.

      However, in order to be sure I would recomment to compile the complete library with the option you require. Besides taking a while it is typically not very challenging as far as you are not compiling for exotic platforms.

      [EDIT: fixed formatting, Volker]

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • Z Offline
        Z Offline
        zenlikemind
        wrote on last edited by
        #3

        So is it safe to assume that the pre-compiled library was built with only the default options?

        1 Reply Last reply
        0
        • K Offline
          K Offline
          koahnig
          wrote on last edited by
          #4

          The only one who may be able to answer your question without any doubts is the engineer running the scripts.

          However, see it from a logical viewpoint. It is not logical to build different versions not observing the default values. There might be exceptions for specific platforms, but I would not expect it for desptop builds. The default values are set to represent the typical values for compilation. If the Qt engineers would do different it would create quite a mess for them.

          If you want to make very sure what you have, you have to generate the build yourself. That is the only recommendation I can give you. It takes a bit of time, but it worked so far for me.

          Vote the answer(s) that helped you to solve your issue(s)

          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