mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-26 00:15:19 +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)
|
find_package(Qt5Svg REQUIRED)
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
|
set(MACOSX_BUNDLE_BUNDLE_NAME Interface)
|
||||||
# set how the icon shows up in the Info.plist file
|
# set how the icon shows up in the Info.plist file
|
||||||
SET(MACOSX_BUNDLE_ICON_FILE interface.icns)
|
SET(MACOSX_BUNDLE_ICON_FILE interface.icns)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue