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)