forked from qt-creator/qt-creator
CMake Debugging: Do not build/deploy
Fixes: QTCREATORBUG-30045 Change-Id: I478abaf29462d9413f3285527459a98b1cae899d Reviewed-by: Artem Sokolovskii <artem.sokolovskii@qt.io> Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -171,7 +171,7 @@ CMakeManager::CMakeManager()
|
||||
mdebugger->addAction(command, Constants::CMAKE_DEBUGGING_GROUP);
|
||||
connect(m_cmakeDebuggerAction, &QAction::triggered, this, [] {
|
||||
ProjectExplorerPlugin::runStartupProject(ProjectExplorer::Constants::DAP_CMAKE_DEBUG_RUN_MODE,
|
||||
false);
|
||||
true);
|
||||
});
|
||||
|
||||
connect(ProjectManager::instance(), &ProjectManager::startupProjectChanged, this, [this] {
|
||||
|
||||
Reference in New Issue
Block a user