[moved] Application version for outer smart installer package
Hello!
As mentioned here
[url]http://doc.qt.nokia.com/smart-installer/smartinstaller-ovi-signed.html[/url]
all Qt apps for Ovi store should be packaged with smart installer.
I want to assign version number to my package. It's no problem when it comes
to "inner" sis package. Here's part of project file:
VERSION_MAJOR = 1
VERSION_MINOR = 1
packageheader = "$${LITERAL_HASH}{\"Some name\"},(some uid), $${VERSION_MAJOR}, $${VERSION_MINOR}, 0, TYPE=SA"
my_deployment.pkg_prerules = packageheader
DEPLOYMENT += my_deployment
But how to set version number of "outer" package with smart-installer?
It doesn't respect version from project file.
Re: [moved] Application version for outer smart installer package
A solution could be
[CODE]DEPLOYMENT.installer_header = "$${LITERAL_HASH}{\"My Application Installer\"},(0x12345678),1,0,0"[/CODE]
You should probably also create a suggestion at [url]http://bugreports.qt.nokia.com[/url] requestion that the version of the two *.pkg files should always be the same.