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

qmake builds default to the SDK Qt was built with(?)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P1: Critical
    • None
    • 5.3.0, 5.3.2
    • Build tools: qmake
    • None

    Description

      I just upgraded to Xcode 6 GM which no longer includes OS X SDK 10.8. Thus, by default, qmake builds fail. A quick grep reveals that mkspecs/qdevice.pri contains:

      !host_build:QMAKE_MAC_SDK = macosx10.8

      This should contain (i.e. default OS X SDK, which will be macosx10.9 on my machine):

      !host_build:QMAKE_MAC_SDK = macosx

      Changing this in my installation allows me to build successfully.

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-41238
          # Subject Branch Project Status CR V

          Activity

            People

              Unassigned Unassigned
              jakepetroules Jake Petroules (DO NOT ASSIGN ISSUES)
              Votes:
              10 Vote for this issue
              Watchers:
              13 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes