summaryrefslogtreecommitdiff
path: root/tests/manual/gdbdebugger/simple/app/app.pro
blob: e991a3dba4ecdd8835358357ddf52b9ad66b21a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app
TARGET = debuggertest
DEPENDPATH += .
INCLUDEPATH += .
DESTDIR = ..

# Input
SOURCES += ../app.cpp

# SOURCES += ../../../../../share/qtcreator/gdbmacros/gdbmacros.cpp
QT += network
message("this says <foo & bar>")