debugger: replace a few '#ifdef LINUX' by '#if defined(UNIX) && !defined(MAC)

This commit is contained in:
hjk
2009-05-11 10:22:03 +02:00
parent af367068bb
commit 3d9a53cff2
3 changed files with 50 additions and 92 deletions

View File

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