-- %%INSERT_APP_NAME%% -- how define that?
-
In Android projects QtCreator generates AndroidManifest.xml with -- %%INSERT_APP_NAME%% -- variables, i know its replaced with project (.pro) file name, but is it also supposed to define it in .pro file?
-
Hi,
IIRC, the TARGET variable is used to fill that placeholder.