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

Remove QT_NO_INTERNAL_COMPATIBILITY_FUNCTIONS and QT_USE_FIXED_QT_ADD_RESOURCE_BASE from all repos

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P4: Low
    • None
    • 6.2
    • Build System: CMake
    • All

    Description

      Recreational Task

      Many Qt repos still have this:

      # special case begin
      # Make sure we only use latest private CMake API, aka no compatibility wrappers.
      set(QT_NO_INTERNAL_COMPATIBILITY_FUNCTIONS TRUE)
      
      # Make sure we use the fixed BASE argument of qt_add_resource.
      set(QT_USE_FIXED_QT_ADD_RESOURCE_BASE TRUE)
      # special case end
      

      Both variable assignments can be removed by now.

      Attachments

        For Gerrit Dashboard: QTBUG-94444
        # Subject Branch Project Status CR V

        Activity

          People

            jbornema Joerg Bornemann
            jbornema Joerg Bornemann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes