Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
6.2.5, 6.3.1, 6.4.0 Beta1
-
None
-
8
-
734e0a2fbe (qt/qtbase/dev) 734e0a2fbe (qt/tqtc-qtbase/dev)
-
Foundation Sprint 64, Foundation Sprint 65
Description
Currently QT_DISABLE_DEPRECATED_BEFORE value is hardcoded in qtbase/cmake/QtFlagHandlingHelpers.cmake.
However when I manually change the value to something more recent in
function(qt_internal_library_deprecation_level result)
I notice that the unit-tests do not get the new value.
If something is guarded by
#if QT_DEPRECATED_SINCE(6, 0)
macro, it is still compiled, thus generating compiler errors.
Attachments
Issue Links
- relates to
-
QTBUG-104857 QtBase does not compile with QT_DISABLE_DEPRECATED_BEFORE = 0x060000
- Closed