Files
qt-creator/tests/manual/gdbdebugger/simple/app/app.pro

13 lines
229 B
Prolog

TEMPLATE = app
TARGET = debuggertest
DEPENDPATH += .
INCLUDEPATH += .
DESTDIR = ..
# Input
SOURCES += ../app.cpp
#SOURCES += ../../../../../share/qtcreator/gdbmacros/gdbmacros.cpp
QT += network
message("this says <foo & bar>")