diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-07-30 06:49:12 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-07-30 06:49:12 (GMT) |
commit | ab2d49bcea3cdf90c6c5702fba2bdc4e5c1986c1 (patch) | |
tree | 9e0a3d54c2c5e69f891f061d0028005de68f8804 /examples/examplebase.pri | |
parent | b9c45a1e2fd9bc19287aebd0ffe92bbfa443a6cf (diff) | |
download | Qt-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/examplebase.pri')
-rw-r--r-- | examples/examplebase.pri | 4 |
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 |