summaryrefslogtreecommitdiffstats
path: root/examples/examplebase.pri
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examplebase.pri')
-rw-r--r--examples/examplebase.pri4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/examplebase.pri b/examples/examplebase.pri
index 84dcf92..70e1c37 100644
--- a/examples/examplebase.pri
+++ b/examples/examplebase.pri
@@ -4,8 +4,10 @@ symbian {
vendorinfo = \
"; Localised Vendor name" \
"%{\"Nokia, Qt Software\"}" \
+ " " \
"; Unique Vendor name" \
- ":\"Nokia, Qt Software\""
+ ":\"Nokia, Qt Software\"" \
+ " "
default_deployment.pkg_prerules += vendorinfo
}
\ No newline at end of file