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

macOS 10.15 cmake/qmake prf inconsistency in deployment targets

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 6.0
    • Build System: CMake

    Description

      on macOS 10.15.6, using Xcode 11.6, on dev branch using cmake, I configure with:
      -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15

      the generated prf files though still include (mkspecs/common/macx.conf):
      QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.14

      Since those are deployed by cmake I think they should match so that projects built using the resulting qmake can build properly.

      Otherwise, I'm getting build errors (using qmake on another project) with use of std::filesystem::path in qfile.h

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            mkrus Mike Krus
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes