mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
Merge pull request #903 from birarda/bundle-name
capitalize the bundle name for interface on OS X
This commit is contained in:
commit
06f34b3163
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