Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Build issue after OSX El Capitan Upgrade

    General and Desktop
    2
    2
    637
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      vezprog last edited by

      I am getting a compiler message after upgrading to OSX El Capitan that is the following:

      :-1: warning: no such sysroot directory: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk'

      My SDK is currently at MacOSX10.11.sdk.

      Does this require a recompile of the Qt SDK with the new Xcode 7 command line tools? Or is there a configuration file in the build where I can set the SDK environment variable?

      I haven't been able to fine any documentation on Qt5.5 where this parameter resides.

      1 Reply Last reply Reply Quote 0
      • K
        kevinbarresi last edited by

        I had the same issue. The following addition to my project file helped:

        QMAKE_MAC_SDK = macosx10.11

        1 Reply Last reply Reply Quote 0
        • First post
          Last post