2014-01-08 14:28:17 +01:00
|
|
|
QT = core network
|
2020-01-09 13:08:34 +01:00
|
|
|
|
|
|
|
|
msvc: QTC_LIB_DEPENDS += utils
|
2010-10-21 14:49:58 +10:00
|
|
|
include(../qttest.pri)
|
2009-11-23 10:11:51 +01:00
|
|
|
|
2011-02-16 13:01:58 +01:00
|
|
|
DEBUGGERDIR = $$IDE_SOURCE_TREE/src/plugins/debugger
|
2017-03-09 12:46:34 +01:00
|
|
|
UTILSDIR = $$IDE_SOURCE_TREE/src/libs/utils
|
2009-10-27 17:37:13 +01:00
|
|
|
|
2013-03-27 23:13:58 +01:00
|
|
|
INCLUDEPATH += $$DEBUGGERDIR
|
2009-10-27 17:37:13 +01:00
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
|
tst_gdb.cpp \
|
2020-01-06 15:52:24 +01:00
|
|
|
$$DEBUGGERDIR/debuggerprotocol.cpp
|
2013-02-13 16:12:12 +01:00
|
|
|
|
2020-01-06 15:52:24 +01:00
|
|
|
HEADERS += \
|
|
|
|
|
$$DEBUGGERDIR/debuggerprotocol.h
|
2020-01-09 13:08:34 +01:00
|
|
|
|
|
|
|
|
!msvc {
|
|
|
|
|
SOURCES += \
|
|
|
|
|
$$UTILSDIR/environment.cpp \
|
|
|
|
|
$$UTILSDIR/fileutils.cpp \
|
|
|
|
|
$$UTILSDIR/hostosinfo.cpp \
|
|
|
|
|
$$UTILSDIR/namevaluedictionary.cpp \
|
|
|
|
|
$$UTILSDIR/namevalueitem.cpp \
|
|
|
|
|
$$UTILSDIR/qtcassert.cpp \
|
|
|
|
|
$$UTILSDIR/qtcprocess.cpp \
|
|
|
|
|
$$UTILSDIR/processhandle.cpp \
|
|
|
|
|
$$UTILSDIR/savefile.cpp \
|
|
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
|
$$UTILSDIR/environment.h \
|
|
|
|
|
$$UTILSDIR/fileutils.h \
|
|
|
|
|
$$UTILSDIR/hostosinfo.h \
|
|
|
|
|
$$UTILSDIR/namevaluedictionary.h \
|
|
|
|
|
$$UTILSDIR/namevalueitem.h \
|
|
|
|
|
$$UTILSDIR/qtcassert.h \
|
|
|
|
|
$$UTILSDIR/qtcprocess.h \
|
|
|
|
|
$$UTILSDIR/processhandle.h \
|
|
|
|
|
$$UTILSDIR/savefile.h \
|
2020-01-08 09:14:21 +01:00
|
|
|
|
|
|
|
|
macos: {
|
|
|
|
|
HEADERS += $$UTILSDIR/fileutils_mac.h
|
|
|
|
|
OBJECTIVE_SOURCES += $$UTILSDIR/fileutils_mac.mm
|
|
|
|
|
LIBS += -framework Foundation
|
|
|
|
|
}
|
2020-01-09 13:08:34 +01:00
|
|
|
}
|