Re: [Interest] OS X and XCode 7.0: 'TargetConditionals.h' file not found

2015-10-07 Thread Alan Ezust
Seems editing the clang_64/mkspecs/qdevice.pri will allow you to get around this without rebuilding Qt, you just have to do a clean rebuild also. http://stackoverflow.com/questions/25940368/qt5-target-conditionals-not-found/25962088#25962088 On Wed, Oct 7, 2015 at 8:37 AM, Sherif Ghali

Re: [Interest] OS X and XCode 7.0: 'TargetConditionals.h' file not found

2015-10-07 Thread Sherif Ghali
Thanks, Thiago. Let me summarize what it was about on my side. A couple of issues are at play once one upgrades to XCode 7.0.x. The following solved them on Yosemite (10.10); YMMV. First off, to solve a problem that I no longer recall, I needed to add one of mac::QMAKE_MAC_SDK = macosx10.9

[Interest] OS X and XCode 7.0: 'TargetConditionals.h' file not found

2015-10-03 Thread Sherif Ghali
After clicking on the "Update all" button offered by App Store, XCode went up to version 7.0.1 and Command Line Tools went to 7.0. (Big mistake; I know.) After a fresh `qmake`, now running `make` on Qt5.4.2/Examples/Qt-5.4/opengl/legacy/hellogl complains that:

Re: [Interest] OS X and XCode 7.0: 'TargetConditionals.h' file not found

2015-10-03 Thread Thiago Macieira
On Saturday 03 October 2015 13:06:00 Sherif Ghali wrote: > After clicking on the "Update all" button offered by App Store, XCode went > up to version 7.0.1 and Command Line Tools went to 7.0. (Big mistake; I > know.) > > After a fresh `qmake`, now running `make` on >