diff --git a/src/plugins/debugger/gdb/classicgdbengine.cpp b/src/plugins/debugger/gdb/classicgdbengine.cpp index 669374e10b3..0184f06cbef 100644 --- a/src/plugins/debugger/gdb/classicgdbengine.cpp +++ b/src/plugins/debugger/gdb/classicgdbengine.cpp @@ -1278,6 +1278,9 @@ static void showQtDumperLibraryWarning(const QString &details) "expand the Details section and click Build All.")); if (!details.isEmpty()) dialog.setDetailedText(details); +#if defined(Q_OS_MAC) && QT_VERSION >= 0x050000 + dialog.setWindowModality(Qt::WindowModal); +#endif dialog.exec(); if (dialog.clickedButton() == qtPref) { Core::ICore::showOptionsDialog(