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

This commit is contained in:
Kevin Wojniak 2015-01-26 07:47:57 -08:00 committed by Clinton Stimpson
parent 19e57a48cd
commit c19539c594
1 changed files with 1 additions and 1 deletions

View File

@ -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)),