Debugger: Allow debugging of custom executables again

Amends c81efc39c.

Change-Id: I5f816371d8f08ffb127ba39891b2c5b8f7df7f20
Reviewed-by: Dominik Holland <dominik.holland@qt.io>
This commit is contained in:
hjk
2024-01-30 08:48:45 +01:00
parent 0ef72f3c6c
commit 8adbb1ddab
3 changed files with 6 additions and 5 deletions

View File

@@ -1099,6 +1099,7 @@ DebuggerRunWorkerFactory::DebuggerRunWorkerFactory()
addSupportedRunConfig(ProjectExplorer::Constants::QMAKE_RUNCONFIG_ID);
addSupportedRunConfig(ProjectExplorer::Constants::QBS_RUNCONFIG_ID);
addSupportedRunConfig(ProjectExplorer::Constants::CMAKE_RUNCONFIG_ID);
addSupportedRunConfig(ProjectExplorer::Constants::CUSTOM_EXECUTABLE_RUNCONFIG_ID);
}
} // Debugger