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

13 lines
220 B
Prolog
Raw Normal View History

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