I want made localized application name.
I write in pro file
packageheader = "$${LITERAL_HASH}{\"LocalizedAppName\"},(0xeeeeeeee),1,0,0"
my_deployment.pkg_prerules += packageheader
DEPLOYMENT += my_deployment
and see localized packege name, not app name in app list.
If i write in pro file
TARGET=LocalizedAppName
it not compile
How to make localized app name in app list?



