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

Make CMake artifacts configuration mergeable.

    XMLWordPrintable

Details

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

    Description

      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!

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes