From 85f340e27fabe739c93ecc8f562f3bb0bc48a104 Mon Sep 17 00:00:00 2001
From: hjk <qtc-committer@nokia.com>
Date: Fri, 17 Apr 2009 14:20:41 +0200
Subject: [PATCH] debugger: fix dumper building on 'release' Qts

---
 share/qtcreator/gdbmacros/gdbmacros.pro | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/share/qtcreator/gdbmacros/gdbmacros.pro b/share/qtcreator/gdbmacros/gdbmacros.pro
index bd1c07b9686..00c7b2403c8 100644
--- a/share/qtcreator/gdbmacros/gdbmacros.pro
+++ b/share/qtcreator/gdbmacros/gdbmacros.pro
@@ -1,3 +1,7 @@
 TEMPLATE = lib
 CONFIG += shared
+linux-* {
+CONFIG -= release
+CONFIG += debug
+}
 SOURCES=gdbmacros.cpp
-- 
GitLab