From 56b3d8462f31d6afcf315e4dadb21929da5ea1f2 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Tue, 22 Sep 2009 17:54:20 +0200 Subject: Revert "Fix spelling and reword." This is fixed better in 4.6. Don't make merging harder than it has to be. This reverts commit 8a441f3cf8a2cbc92861b7c55dd4664da4e8130b. --- doc/src/howtos/appicon.qdoc | 8 ++++---- mkspecs/features/symbian/application_icon.prf | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/src/howtos/appicon.qdoc b/doc/src/howtos/appicon.qdoc index 0d44324..ba567b7 100644 --- a/doc/src/howtos/appicon.qdoc +++ b/doc/src/howtos/appicon.qdoc @@ -215,12 +215,12 @@ \section1 Setting the Application Icon on S60 platforms - In order to set the application icon for S60 application you need - anSVG-T icon. For information on how to create such SVG-T, please refer to + In order to set application icon for S60 application you need SVG-T icon. + How to create such SVG-T, please refer to \l{http://wiki.forum.nokia.com/index.php/How_to_create_application_icon(SVG)_in_S60_3rd_edition/} - Once the icon is available in the correct format and assuming you are - using \c qmake to generate your makefiles, you only need to add a single + Once you have icon in correct format and assuming you are using + \c qmake to generate your makefiles, you only need to add a single line to your \c .pro project file. For example, if the name of your icon file is \c{myapp.svg}, and your project file is \c{myapp.pro}, add this line to \c{myapp.pro}: diff --git a/mkspecs/features/symbian/application_icon.prf b/mkspecs/features/symbian/application_icon.prf index fcf5324..97b99a5 100644 --- a/mkspecs/features/symbian/application_icon.prf +++ b/mkspecs/features/symbian/application_icon.prf @@ -6,7 +6,7 @@ contains( CONFIG, no_icon ) { symbian:RSS_RULES ="hidden = KAppIsHidden;" CONFIG -= no_icon } else { -# There is no sense to compile MIF icon if no_icon CONFIGS is set +# There is no sense to compile MIF icon is no_icon CONFIGS is set !isEmpty(ICON) { !count(ICON, $$size(TRANSLATIONS)):!count(ICON, 1) { @@ -36,4 +36,4 @@ contains( CONFIG, no_icon ) { RSS_RULES.number_of_icons = $$size(ICON) RSS_RULES.icon_file = $$replace( APP_RESOURCE_DIR, /, \\\\ )\\\\$${TARGET.UID3}.mif } -} +} \ No newline at end of file -- cgit v0.12