summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-03-17 20:06:54 (GMT)
committerBrad King <brad.king@kitware.com>2016-03-17 20:07:39 (GMT)
commit7b990e82c523772e8e40911812e6f896c0529e84 (patch)
tree7450f5c3666316f6281bf28e41442a5ec5e0e378 /Source/QtDialog
parentb369959eb55dbea601315530185cb480c922cc77 (diff)
downloadCMake-7b990e82c523772e8e40911812e6f896c0529e84.zip
CMake-7b990e82c523772e8e40911812e6f896c0529e84.tar.gz
CMake-7b990e82c523772e8e40911812e6f896c0529e84.tar.bz2
cmake-gui: Populate CFBundleIdentifier in our Info.plist file (#16023)
Diffstat (limited to 'Source/QtDialog')
-rw-r--r--Source/QtDialog/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeLists.txt b/Source/QtDialog/CMakeLists.txt
index f17de5d..a906f4a 100644
--- a/Source/QtDialog/CMakeLists.txt
+++ b/Source/QtDialog/CMakeLists.txt
@@ -173,6 +173,7 @@ if(APPLE)
MACOSX_BUNDLE_SHORT_VERSION_STRING "${CMAKE_BUNDLE_VERSION}"
# TBD: MACOSX_BUNDLE_BUNDLE_VERSION "${CMAKE_BUNDLE_VERSION}"
MACOSX_BUNDLE_COPYRIGHT "${copyright_line}"
+ MACOSX_BUNDLE_GUI_IDENTIFIER "org.cmake.cmake"
)
# Create a symlink in the build tree to provide a "cmake-gui" next