Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Android Application "Display" Name Macro

Android Application "Display" Name Macro

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 242 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JB Tristant
    wrote on last edited by
    #1

    Hello,
    I try to use the Application Display Name "Macro" in AndroidManifest.xml

    int main(int argc, char *argv[])
    {
        QApplication app(argc, argv);
        app.setOrganizationName("MyOrganization");
        app.setOrganizationDomain("myorganization.org");
        app.setApplicationDisplayName("My Application Display Name");
        app.setApplicationName("my-application-name");
        app.setApplicationVersion("0.9.0");
        ...
    }
    

    0_1534256907407_Scrap.png

    I like to find the "--%%INSERT_APP_DISPLAY_NAME%%-- macro for the Acticity name.

    Do you know it?

    Thanks

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved