summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-07-30 06:49:12 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2009-07-30 06:49:12 (GMT)
commitab2d49bcea3cdf90c6c5702fba2bdc4e5c1986c1 (patch)
tree9e0a3d54c2c5e69f891f061d0028005de68f8804 /examples
parentb9c45a1e2fd9bc19287aebd0ffe92bbfa443a6cf (diff)
downloadQt-ab2d49bcea3cdf90c6c5702fba2bdc4e5c1986c1.zip
Qt-ab2d49bcea3cdf90c6c5702fba2bdc4e5c1986c1.tar.gz
Qt-ab2d49bcea3cdf90c6c5702fba2bdc4e5c1986c1.tar.bz2
Added some spaces to pkg_prerules statements to make output more readable.
Diffstat (limited to 'examples')
-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