On sábado, 30 de novembro de 2013 08:50:42, tsteven4 wrote:
> includes like
> #include <QtCore/QTextCodec>
> 
> 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_64/lib/ -framework QtCore

The very reason why we have mandatory <ModuleName/headername> in our own 
headers is so that we support this style of includes on Mac.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to