Debugger: Fix build with Qbs

Amends 9894c6eaf0.

Change-Id: I13358bddf13abfc239de9254dfa125fc46c244a4
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2022-07-11 06:38:08 +02:00
parent 7dc3ff425a
commit 1e723327fe
5 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
#include "analyzerrunconfigwidget.h"
#include "debuggertr.h"
#include "../debuggertr.h"
#include <utils/detailswidget.h>
#include <utils/layoutbuilder.h>

View File

@@ -25,7 +25,7 @@
#include "detailederrorview.h"
#include "debuggertr.h"
#include "../debuggertr.h"
#include "diagnosticlocation.h"
#include <coreplugin/editormanager/editormanager.h>

View File

@@ -25,7 +25,7 @@
#include "startremotedialog.h"
#include "debuggertr.h"
#include "../debuggertr.h"
#include <coreplugin/icore.h>

View File

@@ -25,7 +25,7 @@
#include "cdbsymbolpathlisteditor.h"
#include "debuggertr.h"
#include "../debuggertr.h"
#include "symbolpathsdialog.h"
#include <coreplugin/icore.h>

View File

@@ -25,7 +25,7 @@
#include "symbolpathsdialog.h"
#include "debuggertr.h"
#include "../debuggertr.h"
#include <QDialogButtonBox>
#include <QHBoxLayout>