1
0
Эх сурвалжийг харах

cmake-gui: Fix install menu to be available for Qt5 builds on OS X.

Kevin Wojniak 11 жил өмнө
parent
commit
c19539c594

+ 1 - 1
Source/QtDialog/CMakeSetupDialog.cxx

@@ -119,7 +119,7 @@ CMakeSetupDialog::CMakeSetupDialog()
   QAction* showChangesAction = ToolsMenu->addAction(tr("&Show My Changes"));
   QObject::connect(showChangesAction, SIGNAL(triggered(bool)),
                    this, SLOT(showUserChanges()));
-#if defined(Q_WS_MAC)
+#if defined(Q_WS_MAC) || defined(Q_OS_MAC)
   this->InstallForCommandLineAction
     = ToolsMenu->addAction(tr("&Install For Command Line Use"));
   QObject::connect(this->InstallForCommandLineAction, SIGNAL(triggered(bool)),