Merge pull request #903 from birarda/bundle-name

capitalize the bundle name for interface on OS X
This commit is contained in:
ZappoMan 2013-09-04 17:15:00 -07:00
commit 06f34b3163

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)