summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-05-19 13:38:26 (GMT)
committerBrad King <brad.king@kitware.com>2015-05-19 13:39:16 (GMT)
commit41477d5c0705baa33878c16e979283088efe2c4a (patch)
tree375cf2fdb4ded707fa87042c18df608469e03661 /Source/QtDialog
parentf3946ba547179f1f06a42215e92d96c65c9c4ec7 (diff)
downloadCMake-41477d5c0705baa33878c16e979283088efe2c4a.zip
CMake-41477d5c0705baa33878c16e979283088efe2c4a.tar.gz
CMake-41477d5c0705baa33878c16e979283088efe2c4a.tar.bz2
cmake-gui: Drop undocumented and unused --mac-install option
This option was once used by our OS X package installer to create symlinks at install time. Since switching to the DragNDrop installer we no longer use this option.
Diffstat (limited to 'Source/QtDialog')
-rw-r--r--Source/QtDialog/CMakeSetup.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/QtDialog/CMakeSetup.cxx b/Source/QtDialog/CMakeSetup.cxx
index 8a72a24..cf1729c 100644
--- a/Source/QtDialog/CMakeSetup.cxx
+++ b/Source/QtDialog/CMakeSetup.cxx
@@ -91,16 +91,6 @@ int main(int argc, char** argv)
QApplication::removeLibraryPath(p);
}
- // if arg for install
- for(int i =0; i < argc2; i++)
- {
- if(strcmp(argv2[i], "--mac-install") == 0)
- {
- QMacInstallDialog setupdialog(0);
- setupdialog.exec();
- return 0;
- }
- }
// tell the cmake library where cmake is
QDir cmExecDir(QApplication::applicationDirPath());
#if defined(Q_OS_MAC)