On Monday 21 September 2015 10:18:13 Sorvig Morten wrote: > > On 21 Sep 2015, at 11:40, Daniel França <[email protected]> wrote: > > > > > > Thanks Thiago, > > I added > > QMAKE_MAC_SDK > > =macosx10.11 > > > > > > > > and now it works, unfortunately couldn't find any oficial documentation > > about QMAKE_MAC_SDK. > What’s happening is that qmake caches the SDK version in > qtbase/.qmake.stash. Delete that file and and run configure again; Qt > should pick up and use the new SDK.
Replace qtbase with the root of your project. In other words, delete all .qmake.stash files you find. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
