What should I write to the .pro file and what should I not?
Hello, I will publish an app for the first time on Nokia Store and I have some questions about preparing my app for publishing. The question in short is: what should I write into .pro file. I have written so far:
- Version (via VERSION = ...)
- Vendor name (via pkg_prerules and DEPLOYMENT += ...)
- App name (via TARGET = ...)
But I saw the document titled: "Top 10 Reasons Content Fails QA Testing" by Nokia, which counts "Invalid Platform ID" as well. I thought that I will choose which OS and which devices my app works, visually, after submitting my app file to the Nokia Publish site? Should I instead enter the device codes to my .pro file? If yes, how? I should not directly change the .pkg files right, they are automatically generated?
And what else should I enter to the .pro file manually? Maybe dependencies like Qt? Or the language it is in?
Re: What should I write to the .pro file and what should I not?
likely its invalid UID for the application itself. i.e. if you are using Nokia signing, you need to use Nokia provided UIDs for your application.
Re: What should I write to the .pro file and what should I not?
[QUOTE=symbianyucca;899872]likely its invalid UID for the application itself. i.e. if you are using Nokia signing, you need to use Nokia provided UIDs for your application.[/QUOTE]
I forgot mentioning that. I did write Nokia provided UID for my application into my .pro file.
What about the things I mentioned on my post?
Re: What should I write to the .pro file and what should I not?
our wiki would have nice summary of things you should check for: [url]http://www.developer.nokia.com/Community/Wiki/Publishing_Qt_apps_to_the_Nokia_Store[/url]