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

corewlan.pro should have an entry for Mac OS X Lion

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.8.0
    • 4.7.3, 4.8.0
    • None
    • Mac OS X 10.7 Lion
    • macOS
    • ce1a25fc692abcaa1c825f465d6a158efa953b06

    Description

      I believe that the relevant section in corewlan.pro should read:

      {{

      contains(QT_CONFIG, corewlan) {
      isEmpty(QMAKE_MAC_SDK)|contains(QMAKE_MAC_SDK, "/Developer/SDKs/MacOSX10.6.sdk")

      { LIBS += -framework CoreWLAN -framework Security DEFINES += MAC_SDK_10_6 }

      contains(QMAKE_MAC_SDK, "/Developer/SDKs/MacOSX10.7.sdk")

      { LIBS += -framework CoreWLAN -framework Security DEFINES += MAC_SDK_10_7 }

      }

      }}

      In other words, add support for Lion. My MacPorts build failed because of this. Please find patch attached.

      Attachments

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

        Activity

          People

            buddenha Oswald Buddenhagen
            royliu Roy Liu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes