How to add .svg application icon to a Qt for Symbian project/hu

From Qt Wiki
Jump to navigation Jump to search
IMPORTANT: The content of this page is outdated. Reason: The Symbian platform is no longer supported.
If you have checked or updated this page and found the content to be suitable, please remove this notice.
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

Magyar Български English

Hogyan addjunk .svg alkalmazás ikont a Qt for Symbian projekthez

A következőképp adható .svg ikon a Qt alapú Symbian-os alkalmazáshoz:

Az alkalmazás Qt projekt file-hoz (.pro) hozzá kell adni az alábbi részt:

symbian:
{
 ICON = myAppIcon.svg
}

A .svg file-nak ugyanabban a könyvtárban kell lennie mint a .pro file a fenti esetben.

Bizonyosodj meg arról, hogy az .svg file svg-t formátumú.

Más kapcsolódó referenciák

HowTo: Create a nice SVG icon from a bitmap and use it in your Symbian app