forked from qt-creator/qt-creator
Fix typo in QChar helper. Add a auto tests for some of the dumpers. Make the dumpers compilable for Qt < 4.5 for better regression tests. Make manual tests compile with Qt < 4.5.
18 lines
351 B
INI
18 lines
351 B
INI
|
|
QT = core testlib
|
|
|
|
DEBUGGERDIR = ../../../src/plugins/debugger
|
|
UTILSDIR = ../../../src/libs
|
|
MACROSDIR = ../../../share/qtcreator/gdbmacros
|
|
|
|
SOURCES += \
|
|
$$DEBUGGERDIR/gdb/gdbmi.cpp \
|
|
$$DEBUGGERDIR/tcf/json.cpp \
|
|
$$MACROSDIR/gdbmacros.cpp \
|
|
main.cpp \
|
|
|
|
DEFINES += MACROSDEBUG
|
|
|
|
INCLUDEPATH += $$DEBUGGERDIR $$UTILSDIR $$MACROSDIR
|
|
|