Re: [Development] 5.2.0 rc1 mac include directory structure

2013-12-01 Thread Thiago Macieira
On sábado, 30 de novembro de 2013 14:25:55, tsteven4 wrote: > Thiago, > > Thanks, that works. > > But in some previous releases, e.g. 4.8.2, either -I or -F (with the > path to include or Headers respectively) could work because in addition > to the headers under the QtCore.framework there was al

Re: [Development] 5.2.0 rc1 mac include directory structure

2013-11-30 Thread tsteven4
Thiago, Thanks, that works. But in some previous releases, e.g. 4.8.2, either -I or -F (with the path to include or Headers respectively) could work because in addition to the headers under the QtCore.framework there was also a QtCore directory in /installpath/include. The analogous director

Re: [Development] 5.2.0 rc1 mac include directory structure

2013-11-30 Thread Thiago Macieira
On sábado, 30 de novembro de 2013 08:50:42, tsteven4 wrote: > includes like > #include > > with > -I/installpath/Qt5.2.0rc1/5.2.0-rc1/clang_64/lib/QtCore.framework/Versions/5 > /Headers That -I was your mistake. You should have passed it the Mac way: -F/installpath/Qt5.2.0rc1/5.2.0-rc1/clang_

[Development] 5.2.0 rc1 mac include directory structure

2013-11-30 Thread tsteven4
All the headers for QtCore seem to be in the directory /installpath/Qt5.2.0rc1/5.2.0-rc1/clang_64/lib/QtCore.framework/Versions/5/Headers. The only subdiretory under this directory is 5.2.0, which only contains a directory QtCore which only contains a directory private. In Qt5.2.0rc1/5.2.0-rc