force the OS X bundle name to be capitalized

This commit is contained in:
Stephen Birarda 2013-09-04 17:09:43 -07:00
parent f0bb42a988
commit 9ede6b75c6

View file

@ -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)