diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-11-19 13:07:29 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-11-19 13:58:19 (GMT) |
commit | 4e4a800574a28a441858f95021d9092aa3001491 (patch) | |
tree | e9ff4540c66858d4cf6a4eb53e2092b98edb1598 /examples | |
parent | 745db3d1b9a149910dcaa3c65aabab020eefa027 (diff) | |
download | Qt-4e4a800574a28a441858f95021d9092aa3001491.zip Qt-4e4a800574a28a441858f95021d9092aa3001491.tar.gz Qt-4e4a800574a28a441858f95021d9092aa3001491.tar.bz2 |
Added default Qt icon back for Qt demos/examples in Symbian.
This commit basically reverts fa35247d31bd35d72c307f4a6a231400aade0c0.
It can be reverted now since mifconv invoking is changed to use
relative paths instead of absolute one.
Task-number: QTBUG-4745
Reviewed-by: TrustMe
Diffstat (limited to 'examples')
-rw-r--r-- | examples/symbianpkgrules.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/symbianpkgrules.pri b/examples/symbianpkgrules.pri index 59c5480..069a16e 100644 --- a/examples/symbianpkgrules.pri +++ b/examples/symbianpkgrules.pri @@ -11,3 +11,5 @@ vendorinfo = \ " " default_deployment.pkg_prerules += vendorinfo + +!isEmpty(TARGET.UID3):ICON = $$QT_SOURCE_TREE/src/s60installs/qt.svg |