Thank you, Gianluca.

I will try it tomorrow.

I can't believe that answer is so simple :)

Great thanks again.

On 19.10.2015 20:54, Gianluca wrote:
> Hello Igor,
> I do in another way and never found any problem.
> In my case, suppose the FacebookSDK is a directory containing the 
> FacebookSDK.framework bundle, I put into .pro:
>
>   LIBS += -F/Developer/Facebook/FacebookSDK -framework FacebookSDK
>
> and that’s it …everything works.
>
> So, in your case should be:
>
> LIBS += -F$$PWD/resources/ios/frameworks/ -framework Crashlytics -framework 
> Fabric
>
> Ciao,
> Gianluca.
>
>
> Il giorno 19/ott/2015, alle ore 17:56, Igor Mironchik 
> <igor.mironc...@gmail.com> ha scritto:
>
>> Hi guys,
>>
>> I did exactly the same that described in docs...
>>
>> QMAKE_LFLAGS += -F$$PWD/resources/ios/frameworks/Crashlytics.framework
>> QMAKE_LFLAGS += -F$$PWD/resources/ios/frameworks/Fabric.framework
>>
>> LIBS += -framework Crashlytics
>> LIBS += -framework Fabric
>>
>> OBJECTIVE_SOURCES  += resources/ios/some_source.mm
>>
>> And in that some_source.mm I have:
>>
>> #import <Fabric/Fabric.h>
>> #import <Crashlytics/Crashlytics.h>
>>
>> But in generated XCode project and in QtCreator
>>
>> I receive next error:
>>
>> 'Fabric/Fabric.h' file not found
>>
>> So my question is: how to add framework to qmake project for iOS platform?
>>
>> And will it be deployed correctly?
>>
>> Thank you.
>>
>> _______________________________________________
>> Interest mailing list
>> Interest@qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/interest

-- 
Best Regards,
Igor Mironchik.

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

Reply via email to