forked from qt-creator/qt-creator
Debugger: Remove libUtils dependency from some tests
libUtils nowadays depends on Qt Declarative, which is not necessarily present in pure test setups. Change-Id: I8c40d086186ccf047c034345126f088f53652dbb Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -24,7 +24,6 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include "disassemblerlines.h"
|
#include "disassemblerlines.h"
|
||||||
#include "debuggerengine.h"
|
|
||||||
#include "sourceutils.h"
|
#include "sourceutils.h"
|
||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
QTC_LIB_DEPENDS += utils
|
|
||||||
QT = core network widgets
|
QT = core network widgets
|
||||||
include(../qttest.pri)
|
include(../qttest.pri)
|
||||||
|
|
||||||
|
|||||||
@@ -2,8 +2,6 @@ import qbs
|
|||||||
|
|
||||||
QtcAutotest {
|
QtcAutotest {
|
||||||
name: "disassembler autotest"
|
name: "disassembler autotest"
|
||||||
Depends { name: "ProjectExplorer" }
|
|
||||||
Depends { name: "QtcSsh" }
|
|
||||||
Group {
|
Group {
|
||||||
name: "Sources from Debugger plugin"
|
name: "Sources from Debugger plugin"
|
||||||
prefix: project.debuggerDir
|
prefix: project.debuggerDir
|
||||||
|
|||||||
@@ -1,12 +1,13 @@
|
|||||||
QTC_LIB_DEPENDS += utils
|
|
||||||
QT = core network
|
QT = core network
|
||||||
include(../qttest.pri)
|
include(../qttest.pri)
|
||||||
|
|
||||||
DEBUGGERDIR = $$IDE_SOURCE_TREE/src/plugins/debugger
|
DEBUGGERDIR = $$IDE_SOURCE_TREE/src/plugins/debugger
|
||||||
|
UTILSDIR = $$IDE_SOURCE_TREE/src/libs/utils
|
||||||
|
|
||||||
INCLUDEPATH += $$DEBUGGERDIR
|
INCLUDEPATH += $$DEBUGGERDIR
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
tst_gdb.cpp \
|
tst_gdb.cpp \
|
||||||
$$DEBUGGERDIR/debuggerprotocol.cpp \
|
$$DEBUGGERDIR/debuggerprotocol.cpp \
|
||||||
|
$$UTILSDIR/processhandle.cpp
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
QTC_LIB_DEPENDS += utils
|
|
||||||
QT -= gui
|
QT -= gui
|
||||||
|
|
||||||
include(../qttest.pri)
|
include(../qttest.pri)
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
QTC_LIB_DEPENDS += utils
|
|
||||||
include(../qttest.pri)
|
include(../qttest.pri)
|
||||||
QT += network
|
QT += network
|
||||||
QT -= gui widgets
|
QT -= gui widgets
|
||||||
|
|||||||
Reference in New Issue
Block a user