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

macOS: possible binary compatibility break

XMLWordPrintable

    • macOS
    • 2aef845c03a9544d51cdf67f712ecd1a7e62110f (qt/qtbase/5.12.0)

      According to this change in Qt 5.12 https://codereview.qt-project.org/#/c/222788/ there is a possible binary compatibility break in Qt 5.12 on Mac OS.

      Example: A company has created, released and delivered Qt libraries to their customers. These libraries are built with for example Qt 5.10. A customer updates their Qt version to 5.12 and creates a new application using those libraries that above mentioned company has released. When a customer runs the application in debug mode, there is a crash because both release and debug versions of Qt libraries are loaded. Release versions comes form libraries that a company has released, and debug versions comes from the new application that was launched in debug mode

      In order to prevent the crash, a company has to deliver debug versions of the libraries as well, and customer needs to add a logic in the new application's .pro file to use either release or debug version of the libraries. Is there alternate solution to this problem?

        1. qtbug71965_win.jpg
          172 kB
          Friedemann Kleint
        2. QtRepro.zip
          1.01 MB
          Pekka Karjalainen
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            vestbo Tor Arne Vestbø
            pekarjal Pekka Karjalainen
            Votes:
            0 Vote for this issue
            Watchers:
            14 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes