forked from qt-creator/qt-creator
Latest breakages suggest to unify this as qmake was not linking directly against utils when building some of the debugger related tests except on Windows. CMake and Qbs builds are untouched as they did link against utils before already. Change-Id: I0541964417546294b4b82aceac06f7322b1bef64 Reviewed-by: hjk <hjk@qt.io>
16 lines
278 B
Prolog
16 lines
278 B
Prolog
QT = core network
|
|
|
|
QTC_LIB_DEPENDS += utils
|
|
include(../qttest.pri)
|
|
|
|
DEBUGGERDIR = $$IDE_SOURCE_TREE/src/plugins/debugger
|
|
|
|
INCLUDEPATH += $$DEBUGGERDIR
|
|
|
|
SOURCES += \
|
|
tst_protocol.cpp \
|
|
$$DEBUGGERDIR/debuggerprotocol.cpp
|
|
|
|
HEADERS += \
|
|
$$DEBUGGERDIR/debuggerprotocol.h
|