experimental dbgengine debugger

This commit is contained in:
Banana Joe
2009-02-09 11:35:43 +01:00
parent d0865ed2a2
commit 95d8b84404
7 changed files with 1084 additions and 0 deletions

View File

@@ -83,3 +83,14 @@ SOURCES += $$PWD/modeltest.cpp
HEADERS += $$PWD/modeltest.h
DEFINES += USE_MODEL_TEST=1
}
false {
HEADERS += msvcdebugengine.h \
msvcdebugeventcallback.h \
msvcdebugoutput.h
SOURCES += msvcdebugengine.cpp \
msvcdebugeventcallback.cpp \
msvcdebugoutput.cpp
LIBS += dbgeng.lib
}