set Android Label in Manifest from .pro ?
Unsolved
Mobile and Embedded
-
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 ? -
@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%% --
. -
@KroMignon thx verifying.
So I'll still hard-code the Android Label in Manifest.