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

# Input
SOURCES += ../app.cpp

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