From 030beabd6417e97033ee1bef003c994d5c60a8ec Mon Sep 17 00:00:00 2001 From: dt <qtc-committer@nokia.com> Date: Fri, 17 Apr 2009 16:51:49 +0200 Subject: [PATCH] Also apply the fix for the dumper here. --- src/plugins/debugger/dumper.pro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/plugins/debugger/dumper.pro b/src/plugins/debugger/dumper.pro index da23ccb7a4c..d20d0e7ad70 100644 --- a/src/plugins/debugger/dumper.pro +++ b/src/plugins/debugger/dumper.pro @@ -5,5 +5,10 @@ CONFIG += shared DESTDIR = ../../../bin include(../../qworkbenchlibrary.pri) +linux-* { +CONFIG -= release +CONFIG += debug +} + SOURCES += ../../../share/qtcreator/gdbmacros/gdbmacros.cpp -- GitLab