Qt for android: change the application icon

后端 未结 5 1176
不知归路
不知归路 2021-01-08 01:09

How would I change the icon of Qt project targeted for android so that the launcher of application has this icon?

5条回答
  •  失恋的感觉
    2021-01-08 01:56

    Open Run settings of your project and select Create AndroidManifest.xml, then you'll be able to modify the manifest which should include stuff like the icon.

    Refer to this:http://qt-project.org/doc/qtcreator-3.2/creator-deploying-android.html

提交回复
热议问题