qt5base-lts/src/winmain
Maurice Kalinowski 3c086e50d3 winrt: handle PrelaunchActivated property to pass certification
Windows 10 requires apps to handle the PrelaunchActivated property. This
enables a faster startup by launching an app and immediately suspending
it. This happens by the system and at the time the user launches the app
no library loading or initialization is required.

By default we opt-out of this and return early. The reason is that we
cannot know the type of application written in Qt and whether it breaks
the guidelines by using prelaunch. For further details check here:
https://msdn.microsoft.com/en-us/library/windows/apps/mt593297.aspx

Task-number: QTBUG-50292
Change-Id: I4d0b0b95a03f93b99211d042895404a88ea7cb9d
Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
2016-01-05 13:04:09 +00:00
..
qtmain_win.cpp Merge remote-tracking branch 'origin/5.4' into 5.5 2015-06-01 17:46:58 +02:00
qtmain_winrt.cpp winrt: handle PrelaunchActivated property to pass certification 2016-01-05 13:04:09 +00:00
winmain.pro fix usage of wince scope 2015-06-05 10:29:10 +00:00