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. set Android Label in Manifest from .pro ?
Forum Updated to NodeBB v4.3 + New Features

set Android Label in Manifest from .pro ?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 362 Views 1 Watching
  • 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.
  • ekkescornerE Offline
    ekkescornerE Offline
    ekkescorner
    Qt Champions 2016
    wrote on last edited by
    #1

    default: android:label="-- %%INSERT_APP_NAME%% --"
    INSERT_APP_NAME will be replaced by value of TARGET
    But my TARGET and android:label are different
    is there a way to set the android:label value from .pro ?

    ekke ... Qt Champion 2016 | 2024 ... mobile business apps
    5.15 --> 6.9 https://t1p.de/ekkeChecklist
    QMake --> CMake https://t1p.de/ekkeCMakeMobileApps

    KroMignonK 1 Reply Last reply
    0
    • ekkescornerE ekkescorner

      default: android:label="-- %%INSERT_APP_NAME%% --"
      INSERT_APP_NAME will be replaced by value of TARGET
      But my TARGET and android:label are different
      is there a way to set the android:label value from .pro ?

      KroMignonK Offline
      KroMignonK Offline
      KroMignon
      wrote on last edited by
      #2

      @ekkescorner said in set Android Label in Manifest from .pro ?:

      is there a way to set the android:label value from .pro ?

      The only way I know is to use TARGET in combination with -- %%INSERT_APP_NAME%% --.

      It is an old maxim of mine that when you have excluded the impossible, whatever remains, however improbable, must be the truth. (Sherlock Holmes)

      ekkescornerE 1 Reply Last reply
      0
      • KroMignonK KroMignon

        @ekkescorner said in set Android Label in Manifest from .pro ?:

        is there a way to set the android:label value from .pro ?

        The only way I know is to use TARGET in combination with -- %%INSERT_APP_NAME%% --.

        ekkescornerE Offline
        ekkescornerE Offline
        ekkescorner
        Qt Champions 2016
        wrote on last edited by
        #3

        @KroMignon thx verifying.
        So I'll still hard-code the Android Label in Manifest.

        ekke ... Qt Champion 2016 | 2024 ... mobile business apps
        5.15 --> 6.9 https://t1p.de/ekkeChecklist
        QMake --> CMake https://t1p.de/ekkeCMakeMobileApps

        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