summaryrefslogtreecommitdiff
path: root/Rules.make
Side-by-side diff
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
@@ -11,2 +11,4 @@ ifneq ($(CONFIG_DEBUG),)
echo CONFIG -= release >> $@
+ echo DEFINES += "QT_COMPONENT_DEBUG=2" >> $@
+ echo DEFINES += QT_DEBUG >> $@
else