publish app microsoft store
Unsolved
Installation and Deployment
-
Hi all, I have a Qt app compiled with a mingw compiler that I want to publish on the microsoft store.
How can I do this knowing that I don't want to recompile my program with the Qt for winrt ?I saw that a tool like Desktop bridge provided by Microsoft exists to do that, can it be useful for me to achieve my goal ?
Thank you in advance for your answer.
-
@Guigiidre If you want to publish for WinRT why don't you want to rebuild it for WinRT?
That would be the clean solution and not some hacks with Desktop bridge.