İbrahim
İbrahim

Reputation: 1021

Qt: How to change Android application name?

How can I change name of my Qt Android application? Image Link. Application name looks other names. Thanks.

Upvotes: 1

Views: 2027

Answers (1)

Felix
Felix

Reputation: 7146

You already changed the application name successfully. Now you need to change the activity name. (Launcher icons on android are actually links to activities, not to the "application").

The property is located directly below the application name (marked blue):

Upvotes: 7

Related Questions