summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebao Zhang <hello@debao.me>2012-12-21 00:17:00 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-16 17:02:31 +0100
commitefe08b4bd20a356f4acda105c5a5d661151c315b (patch)
tree7482249d175b9f91afa2843ea4888468873bb821
parent3df76d3bb0f873dcaf3a78164871addd61c32cbd (diff)
downloadqtdoc-efe08b4bd20a356f4acda105c5a5d661151c315b.tar.gz
Remove Symbian chapters
SHA: 11f59c88d88f39df9f92f73fc1478fe432a64a5b has partially removed symbian related chapters. Remove the rest. Change-Id: I46e5f0d7c168932cd27dba2515d36353ceac8c00 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--doc/src/howtos/appicon.qdoc9
-rw-r--r--doc/src/snippets/code/doc_src_appicon.pro4
2 files changed, 0 insertions, 13 deletions
diff --git a/doc/src/howtos/appicon.qdoc b/doc/src/howtos/appicon.qdoc
index 34e4ee83..310e90c4 100644
--- a/doc/src/howtos/appicon.qdoc
+++ b/doc/src/howtos/appicon.qdoc
@@ -199,13 +199,4 @@
installed in the appropriate locations for GNOME.
The GNOME developer website is at \l{http://developer.gnome.org/}.
-
- 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
- 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}:
-
- \snippet doc/src/snippets/code/doc_src_appicon.pro 5
-
*/
diff --git a/doc/src/snippets/code/doc_src_appicon.pro b/doc/src/snippets/code/doc_src_appicon.pro
index 9dd0cfb7..4f7c5352 100644
--- a/doc/src/snippets/code/doc_src_appicon.pro
+++ b/doc/src/snippets/code/doc_src_appicon.pro
@@ -47,7 +47,3 @@ RC_FILE = myapp.rc
ICON = myapp.icns
#! [2]
-
-#! [5]
-ICON = myapp.svg
-#! [5]