Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
6.8
-
None
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
- duplicates
-
QTBUG-127070 QT_DISABLE_DEPRECATED_UP_TO breaks ABI with static builds
- Closed