[Interest] Qt 5.5 for ios: frameworks support seems to be broken

Thiago Macieira thiago.macieira at intel.com
Fri Jul 10 02:05:43 CEST 2015


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




More information about the Interest mailing list