Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. How to publish a Qt app to Windows Store?
Forum Updated to NodeBB v4.3 + New Features

How to publish a Qt app to Windows Store?

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
6 Posts 2 Posters 1.6k 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.
  • A Offline
    A Offline
    Aronax
    wrote on last edited by
    #1

    Hello, how to publish a Qt app(32bit) to Windows Store? My app is build with msvc 2017 compiler using Qt Creator. I currently use Qt 5.11.1 version. I read online that in order to upload app to Windows Store you need to build it with WinRT. But last WinRT installer only comes with Qt 5.8.0 version.

    1 Reply Last reply
    1
    • hskoglundH Offline
      hskoglundH Offline
      hskoglund
      wrote on last edited by
      #2

      Hi, you can publish Qt apps to the Windows Store using a later version of Qt than 5.8.0.
      It's confusing because Microsoft keeps changing the names:
      Windows Store is now called Microsoft Store.
      A WinRT app was first called Metro app but nowadays it's called UWP apps. So look for a UWP version of Qt (until Microsoft changes the name again :-)

      1 Reply Last reply
      4
      • A Offline
        A Offline
        Aronax
        wrote on last edited by
        #3

        Thank you for clarification :) So only the name changes? The info in the docs is valid?

        1 Reply Last reply
        0
        • hskoglundH Offline
          hskoglundH Offline
          hskoglund
          wrote on last edited by
          #4

          Yes, every time it says "WinRT" you can interpret it as referring to "UWP".
          Also, most of the infrastructure in Qt for UWP support is still called "WinRT.." something, for example, when you launch a UWP app from Qt Creator, the helper program for starting the UWP app is called "winrtrunner.exe".

          1 Reply Last reply
          3
          • A Offline
            A Offline
            Aronax
            wrote on last edited by
            #5

            I downloaded UWP from here. But when I unpack the .zip file there are no qmake.exe & no winrtrunner.exe. I don't know how to use it..

            1 Reply Last reply
            0
            • hskoglundH Offline
              hskoglundH Offline
              hskoglund
              wrote on last edited by
              #6

              Hmm, I've never installed Qt UWP flavor from a .zip fip, I use the "online"-installer, you can download it here

              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