Files
qt-creator/tests/manual/gdbdebugger/simple/simple_gdbtest_app.pro
2010-07-14 09:56:58 +02:00

13 lines
220 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>")