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
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
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_
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