Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Posting on app store.
QtWS25 Last Chance

Posting on app store.

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 727 Views
  • 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.
  • S Offline
    S Offline
    samdol
    wrote on last edited by
    #1

    Hi,
    I am developing windows based application which runs on windows 7 using Qt library.
    Can I post it on windows app store? Can I do it on windows 7? In order to do that do I have to use Microsoft visual studio? Because my application is developed under mingw4.9.2, I am not sure whether I can use visual studio with my code.

    jsulmJ 1 Reply Last reply
    0
    • S samdol

      Hi,
      I am developing windows based application which runs on windows 7 using Qt library.
      Can I post it on windows app store? Can I do it on windows 7? In order to do that do I have to use Microsoft visual studio? Because my application is developed under mingw4.9.2, I am not sure whether I can use visual studio with my code.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @samdol You need WinRT Qt version and yes you have to use Microsoft Visual C++ compiler. But the good news is: you can still use QtCreator as it can use Microsoft Visual C++ compiler. I'm not sure you can use Windows 7 for development Windows app store apps.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      S 1 Reply Last reply
      2
      • jsulmJ jsulm

        @samdol You need WinRT Qt version and yes you have to use Microsoft Visual C++ compiler. But the good news is: you can still use QtCreator as it can use Microsoft Visual C++ compiler. I'm not sure you can use Windows 7 for development Windows app store apps.

        S Offline
        S Offline
        samdol
        wrote on last edited by
        #3

        @jsulm
        Thanks. Do you mean that we cannot post any win32 *.exe application on Windows app store? That is quite strange. And do you mean I cannot use mingw32 compiler to post on windows app store?

        jsulmJ 1 Reply Last reply
        0
        • S samdol

          @jsulm
          Thanks. Do you mean that we cannot post any win32 *.exe application on Windows app store? That is quite strange. And do you mean I cannot use mingw32 compiler to post on windows app store?

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @samdol As far as I know Win32 apps are not supported in Windows App Store, but I may be wrong.
          You cannot use MinGW compiler if you're targeting Windows App Store, as it requires WinRT not win32.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          jsulmJ 1 Reply Last reply
          1
          • jsulmJ jsulm

            @samdol As far as I know Win32 apps are not supported in Windows App Store, but I may be wrong.
            You cannot use MinGW compiler if you're targeting Windows App Store, as it requires WinRT not win32.

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @jsulm https://docs.microsoft.com/en-us/windows/uwp/get-started/whats-a-uwp

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            1

            • Login

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