summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-12-01 07:36:41 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-12-01 07:36:41 (GMT)
commita305814f8f59f634943d8d5f8d87d2fd49891cb3 (patch)
tree42ed4e6afecbf36af2750e2eeaed87117ab942a6 /examples
parent6258fc281f5b66b2634b81a2633b117165cea7ef (diff)
parent1337a3e031477aa4d628d01252557dee622629ff (diff)
downloadQt-a305814f8f59f634943d8d5f8d87d2fd49891cb3.zip
Qt-a305814f8f59f634943d8d5f8d87d2fd49891cb3.tar.gz
Qt-a305814f8f59f634943d8d5f8d87d2fd49891cb3.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11
Diffstat (limited to 'examples')
-rw-r--r--examples/symbianpkgrules.pri5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/symbianpkgrules.pri b/examples/symbianpkgrules.pri
index 0f615c7..fe9b487 100644
--- a/examples/symbianpkgrules.pri
+++ b/examples/symbianpkgrules.pri
@@ -2,12 +2,13 @@
RSS_RULES ="group_name=\"QtExamples\";"
+nokiaVendor = "Nokia, Qt"
vendorinfo = \
"; Localised Vendor name" \
- "%{\"Nokia, Qt\"}" \
+ "%{$$addLanguageDependentPkgItem(nokiaVendor)}" \
" " \
"; Unique Vendor name" \
- ":\"Nokia, Qt\"" \
+ ":\"$$nokiaVendor\"" \
" "
examples_deployment.pkg_prerules += vendorinfo