mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 20:56:41 +02:00
force the OS X bundle name to be capitalized
This commit is contained in:
parent
f0bb42a988
commit
9ede6b75c6
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ find_package(Qt5OpenGL REQUIRED)
|
|||
find_package(Qt5Svg REQUIRED)
|
||||
|
||||
if (APPLE)
|
||||
set(MACOSX_BUNDLE_BUNDLE_NAME Interface)
|
||||
# set how the icon shows up in the Info.plist file
|
||||
SET(MACOSX_BUNDLE_ICON_FILE interface.icns)
|
||||
|
||||
|
|
Loading…
Reference in a new issue