[Interest] qmake: set CFBundleDisplayName?

Alexandru Croitor alexandru.croitor at qt.io
Wed May 31 14:46:25 CEST 2023


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 <alervdvcw at 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 at qt-project.org
> https://lists.qt-project.org/listinfo/interest



More information about the Interest mailing list