summaryrefslogtreecommitdiff
path: root/doc/src/howtos
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-10-29 13:37:03 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2018-10-29 13:56:58 +0000
commit68b1be94fbae3e12cbcd8eb804936c3f0e20a50f (patch)
treeca6658d3185bda57dc22d986243e91ba43623135 /doc/src/howtos
parent11e2c7e48064f16c7800adfbc503a199ac6ea8f3 (diff)
parent4dd9e8b500cddf7cb7d929cfb91a33acb5572831 (diff)
downloadqtdoc-68b1be94fbae3e12cbcd8eb804936c3f0e20a50f.tar.gz
Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/staging/5.12
Diffstat (limited to 'doc/src/howtos')
-rw-r--r--doc/src/howtos/appicon.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/howtos/appicon.qdoc b/doc/src/howtos/appicon.qdoc
index 11529353..fcd2487a 100644
--- a/doc/src/howtos/appicon.qdoc
+++ b/doc/src/howtos/appicon.qdoc
@@ -52,6 +52,14 @@
to load your application into Visual C++; here we are only using
the icon editor.)
+ Alternatively, an \c .ico file can be created from a set of images using
+ ImageMagick's \l {https://imagemagick.org/script/convert.php}{convert}
+ tool:
+
+ \badcode
+ magick.exe convert icon-16.png icon-32.png icon-256.png icon.ico
+ \endcode
+
Store the ICO file in your application's source code directory,
for example, with the name \c myappico.ico.