[Interest] How to get didFinishLaunchingWithOptions called in IOS delegate?

Yang Fan missdeer at gmail.com
Tue Dec 2 09:27:12 CET 2014


Set an environment QTDIR and add it to INCLUDEPATH.

On Tue, Dec 2, 2014 at 1:58 PM, 解晶 <xie_jing at cdv.com> wrote:

> Hi!
>     I have a qt application for ios and try to
> get didFinishLaunchingWithOptions() called.
> I got it work by extending QIOSApplicationDelegate like the followings:
>
> #import ".../qtbase/src/plugins/platforms/ios/QIOSApplicationDelegate .h"
> @implementation QIOSApplicationDelegate
>
> - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
>
> {
>
>     [application setMinimumBackgroundFetchInterval:UIApplicationBackgroundFetchIntervalMinimum];
>
>     ...
>
>     return YES;
>
> }
>
> @end
>
>     It really works but i have to import the absolute path of
> QIOSApplicationDelegate .h because i can't find the header file
> in qt include folder. It may cause compile failed on other computers and i
> have to change my code if the path changed.
> So is there a better way to call the didFinishLaunchingWithOptions in qt applications
> for ios?
>
> thanks!
>
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
>


-- 
Regards,
Fan Yang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20141202/51ec67f2/attachment.html>


More information about the Interest mailing list