Files
qt-creator/tests/manual/cdbdebugger/cdbdebugger.pro
Oswald Buddenhagen a6ca348636 remove trailing whitespace
doing it in 1.3 as well to avoid possible later conflicts
2010-01-29 21:33:57 +01:00

21 lines
426 B
Prolog

TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
DEFINES +=
LIBS += Dbghelp.lib dbgeng.lib
HEADERS += mainwindow.h \
debugger.h \
outputcallback.h \
windbgeventcallback.h \
windbgthread.h
FORMS += mainwindow.ui
SOURCES += main.cpp mainwindow.cpp \
debugger.cpp \
outputcallback.cpp \
windbgeventcallback.cpp \
windbgthread.cpp