forked from qt-creator/qt-creator
Fix qbs build
Change-Id: I27d414123231917e3f04d2d40f3fe6ff9eb5c535 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
|
||||
|
||||
#include "debugmessagesmodel_test.h"
|
||||
#include "qmlprofilertr.h"
|
||||
#include "../qmlprofilertr.h"
|
||||
|
||||
#include <tracing/timelineformattime.h>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
|
||||
|
||||
#include "flamegraphmodel_test.h"
|
||||
#include "qmlprofilertr.h"
|
||||
#include "../qmlprofilertr.h"
|
||||
|
||||
#include <qmlprofiler/qmlprofilerrangemodel.h>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
|
||||
|
||||
#include "inputeventsmodel_test.h"
|
||||
#include "qmlprofilertr.h"
|
||||
#include "../qmlprofilertr.h"
|
||||
|
||||
#include <tracing/timelinemodel_p.h>
|
||||
#include <tracing/timelineformattime.h>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
|
||||
|
||||
#include "memoryusagemodel_test.h"
|
||||
#include "qmlprofilertr.h"
|
||||
#include "../qmlprofilertr.h"
|
||||
#include <QtTest>
|
||||
|
||||
namespace QmlProfiler {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
|
||||
|
||||
#include "pixmapcachemodel_test.h"
|
||||
#include "qmlprofilertr.h"
|
||||
#include "../qmlprofilertr.h"
|
||||
#include <tracing/timelineformattime.h>
|
||||
#include <QtTest>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
|
||||
|
||||
#include "qmlprofileranimationsmodel_test.h"
|
||||
#include "qmlprofilertr.h"
|
||||
#include "../qmlprofilertr.h"
|
||||
#include <tracing/timelineformattime.h>
|
||||
#include <QtTest>
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
// Copyright (C) 2017 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
|
||||
|
||||
#include "qmlprofilertr.h"
|
||||
#include "qmlprofilertraceclient_test.h"
|
||||
|
||||
#include "../qmlprofilertr.h"
|
||||
#include <qmldebug/qpacketprotocol.h>
|
||||
#include <QtTest>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user