Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-78242

OpenSSL Toolkit from Installer should be built with a recent MSVC compiler

XMLWordPrintable

    • Windows

      Opening one of the dll's in C:\Qt\Tools\OpenSSL\Win_x64\bin with e.g. Dependencies.exe (https://github.com/lucasg/Dependencies ) or another dependency analyzer shows which libraries these dlls depend on.

      One of these dependencies is MSVCR100.dll, meaning that the libraries have been built with MSVC 2010. This means that every application using these files gets an additional dependency to the "Microsoft Visual C++ Redistributable 2010" package.

      In order to avoid that a Qt application depends two different C++ runtime environments, OpenSSL should be built with the latest MSVC version that Qt itself currently uses, so there is at least a possibility to avoid this additional dependency.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            aksalova Akseli Salovaara
            markus.maier Markus Haberlander
            Votes:
            10 Vote for this issue
            Watchers:
            14 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes