Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Publish Qt app to Microsoft Store
Forum Updated to NodeBB v4.3 + New Features

Publish Qt app to Microsoft Store

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 3 Posters 2.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kibsoft
    wrote on last edited by kibsoft
    #1

    Hello.
    I was able to build my app with Qt for WinRT and now the goal is to publish it to Microsoft Store. I can't find any article or blog post about experience of publishing Qt apps to Microsoft Store. Has anyone tried it before? I saw the Quick Forecast app published by Digia in the store but now this app is unavailable, who knows why?
    Thanks in advance.

    1 Reply Last reply
    0
    • tekojoT Offline
      tekojoT Offline
      tekojo
      wrote on last edited by
      #2

      Hi @kibsoft
      At least @mkalinow has done this before.

      I guess the Digia published apps have gone away as The Qt Company was separated from Digia completely this summer.

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kibsoft
        wrote on last edited by
        #3

        Thanks, will try to ping him.

        M 1 Reply Last reply
        0
        • K kibsoft

          Thanks, will try to ping him.

          M Offline
          M Offline
          mkalinow
          wrote on last edited by
          #4

          @kibsoft
          Hi,

          there are no specific Qt articles as there is no difference between publishing a Qt application or a "regular" application to the Windows Store. Hence a search should give you lots of pointers. Here's a very extensive summary of the steps: https://www.youtube.com/watch?v=_Ls6hoMa2Ho

          Same applies to WIndows 10. These days there are a couple of more questions in regards to age rating, but I am sure you will be able to cover those.

          To get the project to start with, create the Visual Studio project by invoking

          qmake -tp vc <path to your project>.pro
          

          Then you have a vcxproj you can use for connecting and creating packages.

          1 Reply Last reply
          2

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved