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

Make CMake artifacts configuration mergeable.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 6.0.0 Beta2
    • Build System: CMake

      CMake artifacts (everything with *.cmake) always needs to be merge-able independent of configuration. This means that an installation with CMAKE_BUILD_TYPE=Release and an installation with CMAKE_BUILD_TYPE=Debug should be able to merge the *cmake files in a common directory structure.
      Unfortunately the current design of QtBuildInternalsExtra.cmake.in does not allow it since in QtPostProcessHelpers.cmake variables are added to the build that are configuration dependent! As such QtBuildInternalsExtra.cmake from a Debug and a Release build are not equal and not merge-able!

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

            qtbuildsystem Qt Build System Team
            neumann-a Alexander Neumann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes