(Solved)Changing icon of mobile app
-
[quote author="Lukas Geyer" date="1326955723"][quote author="LucioMSP" date="1326917264"]somebody know how I can change the icon of a mobile app??[/quote]
Please create your own discussion in the appropriate forum section. This has nothing to do with this discussion here.[/quote]
Completely right, Lukas. I have split the topic in two.
-
In the .pro file of your project add the following line:
@
ICON = AppIcon.svg
@If you application was generated by Qt Creator and uses QML you need to check the qmlapplicationviewer.pri in the qmlapplicationviewer folder. There search for the ICON tag and change the code as needed with the above line of code.