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

Details

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

    Description

      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?

       

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: