On Friday 10 July 2015 00:43:48 Nuno Santos wrote:
> -u _qt_registerPlatformPlugin -framework -framework Bolts

There's one extra -framework there, so this is telling the linker to link to 
framework "-framework" and then use a local file called "Bolts" as input 
object.

If you run qmake with the -d -d options, you'll see how it processes. Search 
for what came before that double -framework and you'll find out what was the 
framework that got dropped.

If you look for the first occurrence of "-framework -framework", you'll find 
the 
place where the framework got dropped or failed to be added.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

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

Reply via email to