From 3d23fd31862609a2268450b44246079b8dcfb0b7 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 27 Mar 2004 17:30:27 +0000 Subject: define debug symbols when debug is selected. actually this should have been in since the beginning of the new build system... --- diff --git a/Rules.make b/Rules.make index 8de8117..3fa98a7 100644 --- a/Rules.make +++ b/Rules.make @@ -9,6 +9,8 @@ $(TOPDIR)/gen.pro : $(TOPDIR)/.config ifneq ($(CONFIG_DEBUG),) echo CONFIG += debug >> $@ echo CONFIG -= release >> $@ + echo DEFINES += "QT_COMPONENT_DEBUG=2" >> $@ + echo DEFINES += QT_DEBUG >> $@ else echo CONFIG -= debug >> $@ echo CONFIG += release >> $@ -- cgit v0.9.0.2