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

configure with -disable-deprecated-up-to does not allow 5.15

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3: Somewhat important
    • 6.8.1, 6.9.0 FF
    • 6.8.0
    • Build System: CMake
    • None
    • ff5bc9266 (dev), 1ca3e4d04 (6.8)

    Description

      When configuring Qt with -disable-deprecated-up-to 0x050f00 the build stops with the following error.

      CMake Error at qtbase/src/corelib/CMakeLists.txt:1542 (message):
        Ivalid format of the QT_DISABLE_DEPRECATED_UP_TO macro: 0x050f00.  The
        expected format is the hexadecimal number, e.g.  0x060102
      Call Stack (most recent call first):
        qtbase/src/corelib/CMakeLists.txt:1562 (qt_internal_library_deprecation_level)

      After further investigation the regex in qt_internal_library_deprecation_level does not allow all hexadecimal characters. At least for the last 4 digits [0-9a-fA-F] should be allowed.

      Attachments

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

        Activity

          People

            qtbuildsystem Qt Build System Team
            anoymouserver anoymouserver
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes