Hi,

>From   
https://doc.qt.io/qt-6/ios.html#customizing-xcode-project-settings

Something like this should work?

product_name.name = PRODUCT_NAME
product_name.value = <value>
QMAKE_MAC_XCODE_SETTINGS += product_name

> On 31. May 2023, at 14:29, Alexander Dyagilev <alervd...@gmail.com> wrote:
> 
> Hello,
> 
> Is there a way to set this value from within qmake using some of its built-in 
> variables?
> 
> By default, qmake generates Info.plist with the following content:
> 
> <key>CFBundleDisplayName</key>
> <string>${PRODUCT_NAME}</string>
> 
> 
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to