forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.6'
Conflicts: qtcreator.pri qtcreator.qbs src/plugins/android/androidrunner.cpp src/plugins/projectexplorer/kitmanager.cpp Change-Id: I653ddaef6e341818fc74aacfe30e89c07f40a8c6
This commit is contained in:
@@ -24,9 +24,9 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<argumentList>
|
||||
<argument name=\"-debug\" parameter=\"pid\">Attach to local process</argument>
|
||||
<argument name=\"-debug\" parameter=\"executable\">Start and debug executable</argument>
|
||||
<argument name=\"-debug [executable,]core=<corefile>[,sysroot=<sysroot>]\">
|
||||
<argument name=\"-debug [executable,]core=<corefile>[,kit=<kit>]\">
|
||||
Attach to core file</argument>
|
||||
<argument name=\"-debug <executable>,server=<server:port>[,sysroot=<sysroot>][,arch=<arch>]\">
|
||||
<argument name=\"-debug <executable>,server=<server:port>[,kit=<kit>]\">
|
||||
Attach to remote debug server</argument>
|
||||
<argument name=\"-wincrashevent\"
|
||||
parameter=\"eventhandle:pid\">
|
||||
|
||||
@@ -1276,6 +1276,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(
|
||||
|
||||
Reference in New Issue
Block a user