summaryrefslogtreecommitdiff
path: root/Rules.make
authormickeyl <mickeyl>2004-03-27 17:30:27 (UTC)
committer mickeyl <mickeyl>2004-03-27 17:30:27 (UTC)
commit3d23fd31862609a2268450b44246079b8dcfb0b7 (patch) (side-by-side diff)
tree32f08334a69211bce69cdde8d68ce88c246173f9 /Rules.make
parent0f3e9455872059c662cb6409b7cda2c841e76651 (diff)
downloadopie-3d23fd31862609a2268450b44246079b8dcfb0b7.zip
opie-3d23fd31862609a2268450b44246079b8dcfb0b7.tar.gz
opie-3d23fd31862609a2268450b44246079b8dcfb0b7.tar.bz2
define debug symbols when debug is selected. actually this should have
been in since the beginning of the new build system...
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make2
1 files changed, 2 insertions, 0 deletions
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 >> $@