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:
@@ -1,4 +1,3 @@
|
||||
QTC_LIB_DEPENDS += utils
|
||||
QT = core network widgets
|
||||
include(../qttest.pri)
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@ import qbs
|
||||
|
||||
QtcAutotest {
|
||||
name: "disassembler autotest"
|
||||
Depends { name: "ProjectExplorer" }
|
||||
Depends { name: "QtcSsh" }
|
||||
Group {
|
||||
name: "Sources from Debugger plugin"
|
||||
prefix: project.debuggerDir
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
QTC_LIB_DEPENDS += utils
|
||||
QT = core network
|
||||
include(../qttest.pri)
|
||||
|
||||
DEBUGGERDIR = $$IDE_SOURCE_TREE/src/plugins/debugger
|
||||
UTILSDIR = $$IDE_SOURCE_TREE/src/libs/utils
|
||||
|
||||
INCLUDEPATH += $$DEBUGGERDIR
|
||||
|
||||
SOURCES += \
|
||||
tst_gdb.cpp \
|
||||
$$DEBUGGERDIR/debuggerprotocol.cpp \
|
||||
$$UTILSDIR/processhandle.cpp
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
QTC_LIB_DEPENDS += utils
|
||||
QT -= gui
|
||||
|
||||
include(../qttest.pri)
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
QTC_LIB_DEPENDS += utils
|
||||
include(../qttest.pri)
|
||||
QT += network
|
||||
QT -= gui widgets
|
||||
|
||||
Reference in New Issue
Block a user