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:
hjk
2017-03-09 12:46:34 +01:00
parent 4136e36c6f
commit 42c68ad7b5
6 changed files with 2 additions and 7 deletions

View File

@@ -1,4 +1,3 @@
QTC_LIB_DEPENDS += utils
QT = core network widgets
include(../qttest.pri)

View File

@@ -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

View File

@@ -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

View File

@@ -1,4 +1,3 @@
QTC_LIB_DEPENDS += utils
QT -= gui
include(../qttest.pri)

View File

@@ -1,4 +1,3 @@
QTC_LIB_DEPENDS += utils
include(../qttest.pri)
QT += network
QT -= gui widgets