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

Restore repo-global defines

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • P2: Important
    • 6.3.0
    • 6.3.0 Alpha
    • Build System: CMake
    • None
    • All

    Description

      In the transition to CMake, the QT_NO_JAVA_STYLE_ITERATORS that was defined in .qmake.conf of qtbase was lost.

      Fix for qtbase: https://codereview.qt-project.org/c/qt/qtbase/+/392683

      More repos are affected, and it's not only that one define:

      $ cat qtdeclarative/.qmake.conf 
      load(qt_build_config)
      CONFIG += warning_clean
      
      DEFINES += QT_NO_LINKED_LIST
      DEFINES += QT_NO_JAVA_STYLE_ITERATORS
      
      $ cat qtserialbus/.qmake.conf 
      load(qt_build_config)
      CONFIG += warning_clean
      DEFINES += QT_NO_FOREACH
      
      MODULE_VERSION = 5.15.3
      

      Attachments

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

        Activity

          People

            semlanik Alexey Edelev
            jbornema Joerg Bornemann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes