aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/dumper.pro
blob: 1f2d5f279c286e605efc4d7ad773b9b15612261b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

TEMPLATE = lib
TARGET = DebuggingHelper
CONFIG += shared
DESTDIR  = ../../../bin
include(../../qworkbenchlibrary.pri)

linux-* {
CONFIG -= release
CONFIG += debug
# The following line works around a linker issue with gcc 4.1.2
QMAKE_CXXFLAGS *= -O2
}

SOURCES += ../../../share/qtcreator/gdbmacros/gdbmacros.cpp