On terça-feira, 4 de junho de 2013 12.09.49, Israel Brewster wrote:
> I'm hoping this is just something I'm doing wrong. I have a project which
> uses a third-party framework - specifically the EvernoteSDK-Mac.framework.
> I have this framework installed in /Library/Frameworks. When I build my
> project under Qt 5.0.1, it builds and runs properly. However, when I try
> with the 5.1 beta, the build fails, complaining about being unable to find
> one of the Evernote header files. I wouldn't think this would be a Qt
> issue, except literally the only change I made was building against Qt 5.1
> rather than Qt 5.0.1. Even all the project build settings are identical.
> Why might it find the headers fine when building under Qt 5.0.1, but not
> find them when building under Qt 5.1.0beta?

My guess is that this is somehow related to our use of the SDK compiler,
instead of the global compiler.

Can you paste the exact command-line that failed when building (as printed by
make)? And can you do the same with Qt 5.0.1 which passed?

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

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to