Files
qt-creator/src/plugins/debugger/dumper.pro

15 lines
228 B
Prolog
Raw Normal View History

TEMPLATE = lib
TARGET = DebuggingHelper
CONFIG += shared
DESTDIR = ../../../bin
include(../../qworkbenchlibrary.pri)
linux-* {
CONFIG -= release
CONFIG += debug
}
SOURCES += ../../../share/qtcreator/gdbmacros/gdbmacros.cpp