Fixes: Make Attach External Dialog play nicely (exclude self)

Details: MinGW compilation
This commit is contained in:
Friedemann Kleint
2009-03-04 16:48:13 +01:00
parent 86b6c44e4e
commit 58c4cd8b27
4 changed files with 58 additions and 21 deletions

View File

@@ -798,8 +798,9 @@ static bool determineDebuggerType(const QString &executable,
*dt = DebuggerManager::ScriptDebugger;
return true;
}
#ifndef Q_WS_WIN
#ifndef Q_OS_WIN
*dt = DebuggerManager::GdbDebugger;
Q_UNUSED(errorMessage)
return true;
#else
// If a file has PDB files, it has been compiled by VS.