Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. "The package is missing a "resources.pri" file." on confirming my Windows Phone 8.1 app on Windows Phone Store
Forum Updated to NodeBB v4.3 + New Features

"The package is missing a "resources.pri" file." on confirming my Windows Phone 8.1 app on Windows Phone Store

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 2.4k 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.
  • J Offline
    J Offline
    jiangcaiyang
    wrote on last edited by
    #1

    Hello every one, I have developed Qt application for quite a while. Now I am going to upload my Qt application onto Windows Phone store.

    But to make me mad is that after many trials and errors, I get stuck at "The package is missing a 'resources.pri' file." on confirming step. Due to Microsoft's Windows Phone 8.1 new policy, an application must contain at least a "resources.pri" file ( this file is quite different from that of Qt, it is binary compiled file ). However the latest Qt 5.4 neither generates "resources.pri" file or something that ends with ".pri" nor bundle the file into .appx package. I am not quite well with Windows Phone development, does anyone that successfully uploaded your app to Windows Phone store? Thanks in advance and merry Christmas.

    the error message can be found at "http://msdn.microsoft.com/en-us/library/windows/apps/dn629257.aspx#appmanifest", and the comment indicates that a Windows Phone 8.1 app does need a valid "resources.pri" file.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mkalinow
      wrote on last edited by
      #2

      Hi,

      indeed this seems to be something recently been added to the requirements. Please have a look at: https://bugreports.qt.io/browse/QTBUG-43680 to follow the status of this issue.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mkalinow
        wrote on last edited by
        #3

        Actually as also indicated in the bug report, you can create a package including a recources.pri and that is via Visual Studio.

        Visual Studio usually takes also other steps when you are uploading a package to the store and you need to use it in any case.

        So my proposal is to let VS create the final package for you to have all requirements set.

        1 Reply Last reply
        0

        • Login

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