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

QObject::setProperty broken in static builds

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 6.8
    • Core: Object Model
    • None
    • Windows

    Description

      It gave me link errors when updating, and I don't see how it can work with the combination of

      https://github.com/qt/qtbase/commit/39cdf431f034121353e51768b4d1fec8b0dd35dc

      and

      https://github.com/qt/qtbase/commit/8602a224b6ade5680329270d8d573b786a7a81a1

      => when QT_CORE_INLINE_IMPL_SINCE(6, 6) resolves to 0, then there's no implementation of QObject::setProperty(const char *name, const QVariant &value) anywhere since it was renamed in the .cpp into doSetProperty (unlike the QVariant&& overload) in the header from the get go.

      Attachments

        Issue Links

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

          Activity

            People

              thiago Thiago Macieira
              jcelerier Jean-Michaƫl Celerier
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes