forked from qt-creator/qt-creator
debugger: replace a few '#ifdef LINUX' by '#if defined(UNIX) && !defined(MAC)
This commit is contained in:
@@ -348,8 +348,10 @@ QWidget *DebuggingHelperOptionPage::createPage(QWidget *parent)
|
||||
this, SLOT(updateState()));
|
||||
|
||||
m_group.clear();
|
||||
#ifdef QT_DEBUG
|
||||
m_group.insert(theDebuggerAction(UseDebuggingHelpers),
|
||||
m_ui.checkBoxUseDebuggingHelpers);
|
||||
#endif
|
||||
m_group.insert(theDebuggerAction(UseCustomDebuggingHelperLocation),
|
||||
m_ui.checkBoxUseCustomDebuggingHelperLocation);
|
||||
m_group.insert(theDebuggerAction(CustomDebuggingHelperLocation),
|
||||
|
||||
Reference in New Issue
Block a user