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

[REG 6.4.2 -> 6.4.3] tls plugins are installed as both release and debug

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3: Somewhat important P3: Somewhat important
    • 6.5.0 RC
    • 6.4.3
    • None
    • Windows

      All Qt versions up to 6.4.2 installed the release versions only of all needed plugins for my app when compiled in RelWithDebInfo mode.

      windeployqt 6.4.3 from the Installer (msvc2019) suddenly installs *d.dll plugin versions (in addition to the normal, release ones), but only for the tls directory.

      6.4.2 has:

      qcertonlybackend.dll
      qopensslbackend.dll
      qschannelbackend.dll 

      6.4.3 has:

      qcertonlybackend.dll
      qcertonlybackendd.dll
      qopensslbackend.dll
      qopensslbackendd.dll
      qschannelbackend.dll
      qschannelbackendd.dll
      

      Maybe the double 'd' from backen'd' is throwing something for a loop?

       

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

            owolff Oliver Wolff
            rgriebl Robert Griebl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes