hi,
I try this lines into .pro file:
symbian {
vendorinfo = \
"%{\"company-EN\"}" \
":\"company\""
}
but into tke .pkg file it is not changed :
; Localised Vendor name
%{"Vendor"}
; Unique Vendor name
:"Vendor"
Any help please
sannness
hi,
I try this lines into .pro file:
symbian {
vendorinfo = \
"%{\"company-EN\"}" \
":\"company\""
}
but into tke .pkg file it is not changed :
; Localised Vendor name
%{"Vendor"}
; Unique Vendor name
:"Vendor"
Any help please
sannness
Code:customrules.pkg_prerules = \ "; Localised Vendor name" \ "%{\"Hop Skip & Jump Corp.\"}" \ " " \ "; Unique Vendor name" \ ":\"Hop Skip & Jump Corp.\"" DEPLOYMENT += customrules