diff options
author | Brad King <brad.king@kitware.com> | 2015-05-19 14:13:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-05-21 12:59:32 (GMT) |
commit | 8ea2db2639b55b5c3590a594f9beddd9740cf679 (patch) | |
tree | 5178410311dfa0930a95ec1967a33d791100a6fd /Source/QtDialog/CMakeLists.txt | |
parent | 438ce4a0fb92b7288a46e17524418522468eb0a2 (diff) | |
download | CMake-8ea2db2639b55b5c3590a594f9beddd9740cf679.zip CMake-8ea2db2639b55b5c3590a594f9beddd9740cf679.tar.gz CMake-8ea2db2639b55b5c3590a594f9beddd9740cf679.tar.bz2 |
cmake-gui: Replace command-line install dialog with information box
The QMacInstallDialog infrastructure no longer works on modern OS X
versions. Drop it and replace the dialog with a simple info box that
explains to the user how to run 'cmake-gui --install' to add symlinks.
Also suggest simply modifying the PATH.
This approach is similar to the Xcode 'xcode-select --install' method
of installing Xcode Command Line Tools.
Diffstat (limited to 'Source/QtDialog/CMakeLists.txt')
-rw-r--r-- | Source/QtDialog/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/QtDialog/CMakeLists.txt b/Source/QtDialog/CMakeLists.txt index 9cc993a..168f57d 100644 --- a/Source/QtDialog/CMakeLists.txt +++ b/Source/QtDialog/CMakeLists.txt @@ -99,15 +99,12 @@ set(SRCS QCMakeCacheView.h QCMakeWidgets.cxx QCMakeWidgets.h - QMacInstallDialog.cxx - QMacInstallDialog.h ) QT4_WRAP_UI(UI_SRCS CMakeSetupDialog.ui Compilers.ui CrossCompiler.ui AddCacheEntry.ui - MacInstallDialog.ui ) QT4_WRAP_CPP(MOC_SRCS AddCacheEntry.h @@ -117,7 +114,6 @@ QT4_WRAP_CPP(MOC_SRCS QCMake.h QCMakeCacheView.h QCMakeWidgets.h - QMacInstallDialog.h ) QT4_ADD_RESOURCES(RC_SRCS CMakeSetup.qrc) |