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

windeployqt does not account for -qtnamespace option

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P1: Critical
    • None
    • 6.2.3
    • None
    • Windows

    Description

      If you've built your Qt using the -qtnamespace option, windeployqt will never find the correct platform plugin. 

      It builds the filter as follows:

      Debug: `qwindowsd.dll`

      Release: `qwindows.dll`

      When -qtnamespace has been used, the file will be called `qwindows_[namespace].dll` or `qwindows_[namespace]d.dll`

       

      The fix should be to simply make the base filter `qwindows*` instead of `qwindows`. That way it will match on custom namespaces properly.

      Attachments

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

        Activity

          People

            timothee.keller Timothée Keller
            ajpatterson Andrew Patterson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes