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 /mkspecs | |
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 'mkspecs')
-rw-r--r-- | mkspecs/common/symbian/symbian.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mkspecs/common/symbian/symbian.conf b/mkspecs/common/symbian/symbian.conf index fbadadc..554bf85 100644 --- a/mkspecs/common/symbian/symbian.conf +++ b/mkspecs/common/symbian/symbian.conf @@ -123,7 +123,8 @@ default_deployment.pkg_prerules = \ "[0x101F7961],0,0,0,{\"S60ProductID\"}" \ "[0x102032BE],0,0,0,{\"S60ProductID\"}" \ "[0x102752AE],0,0,0,{\"S60ProductID\"}" \ - "[0x1028315F],0,0,0,{\"S60ProductID\"}" + "[0x1028315F],0,0,0,{\"S60ProductID\"}" \ + " " DEPLOYMENT += default_deployment |