Hi, As mentioned below, you cannot "just" push a desktop app (in Microsoft terminology "classic application") to the windows store. It has to be a Universal App (what was declared WinRT once). If you are using Qt already, the easiest is to recompile your application against Qt for WinRT and push the generated appx.
If however you still need a classic application, then you will need to jump on Project Centennial and get your project converted. Please note, that Project Centennial only converts your app, it might also remove features which are not allowed for store applications (eg. regular file access). So you will need to do extensive testing before publication. A reason to use this approach might be non-ported dependency libraries. >From what we heard, the conversion is troublesome and complicated, not only >for Qt applications. In addition you are in a semi-supported hybrid state. The >recommendation is to first try Qt for WinRT and report if there are any issues >for you. BR, Maurice From: Interest [mailto:interest-bounces+maurice.kalinowski=qt...@qt-project.org] On Behalf Of Raul Metsma Sent: Sunday, April 30, 2017 8:13 PM To: qt Project <interest@qt-project.org> Subject: Re: [Interest] Qt "Desktop App" for Microsoft Store You need ask special permission/validation https://developer.microsoft.com/en-us/windows/projects/campaigns/desktop-bridge Raul On 30 Apr 2017, at 15:38, Robert Iakobashvili <corobe...@gmail.com<mailto:corobe...@gmail.com>> wrote: On Sun, Apr 30, 2017 at 1:55 PM, Robert Iakobashvili <corobe...@gmail.com<mailto:corobe...@gmail.com>> wrote: On Sun, Apr 30, 2017 at 1:33 PM, Till Oliver Knoll <till.oliver.kn...@gmail.com<mailto:till.oliver.kn...@gmail.com>> wrote: Am 30.04.17 um 08:57 schrieb Robert Iakobashvili: Has anybody tried to make and publish a Qt-based Windows "Desktop App" at the Microsoft App Store? Any experience you have to share? I personally have no experience to share, however it seems pretty well described in the Qt docs: http://doc.qt.io/qt-5/winrt-support.html Cheers, Oliver Thank you for your reply. Is it the same for so called "Desktop Apps" like just targeting Win-10, x86_64? Are there any diffs? It appears that there's some convertor to make UWP packaging: http://www.windowscentral.com/how-convert-desktop-apps-universal-windows-platform-apps-desktop-bridge#desktop_bridge Let's see if it works. Further, there are some re-tape and licensing dev. Kind regards, Robert _______________________________________________ Interest mailing list Interest@qt-project.org<mailto:Interest@qt-project.org> http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest