Set Mac Native Menus at Runtime
Solved
General and Desktop
-
Is there a way to set the native menus on Mac OSX at runtime without having to change the TARGET variable in the .pro file?
See, I may need to whitelabel my project multiple times, and it would be great to simply copy in a new settings.ini file rather than have to edit that variable and recompile again.
-
Hi,
You would have to provide your own .plist file and customize the CFBundleName value.
Hope it helps