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

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes