forked from qt-creator/qt-creator
17 lines
294 B
Prolog
17 lines
294 B
Prolog
|
|
#-------------------------------------------------
|
||
|
|
#
|
||
|
|
# Project created by QtCreator 2009-05-05T11:16:25
|
||
|
|
#
|
||
|
|
#-------------------------------------------------
|
||
|
|
|
||
|
|
QT -= gui
|
||
|
|
|
||
|
|
TARGET = dumpertest
|
||
|
|
CONFIG += console
|
||
|
|
CONFIG -= app_bundle
|
||
|
|
|
||
|
|
TEMPLATE = app
|
||
|
|
|
||
|
|
SOURCES += main.cpp \
|
||
|
|
../gdbmacros.cpp
|