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

Corewlan bearer plug-in build failure on Mac when Mac SDK path contains trailing slash

XMLWordPrintable

    • macOS

      If configure is run on a Mac with a -sdk parameter that has a trailing slash, the corewlan bearer plug-in fails to build. This is caused by the line

      isEmpty(QMAKE_MAC_SDK)|contains(QMAKE_MAC_SDK, "/Developer/SDKs/MacOSX10\.[67]\.sdk") {

      in corewlan.pro, the regex "/Developer/SDKs/MacOSX10\.[67]\.sdk" does not allow a trailing slash.

      A trailing slash is added easily when using command-line completion for entering the SDK path.

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

            pamatila Pasi Matilainen (Inactive)
            pamatila Pasi Matilainen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes