author | mickeyl <mickeyl> | 2004-03-27 17:30:27 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-03-27 17:30:27 (UTC) |
commit | 3d23fd31862609a2268450b44246079b8dcfb0b7 (patch) (side-by-side diff) | |
tree | 32f08334a69211bce69cdde8d68ce88c246173f9 /Rules.make | |
parent | 0f3e9455872059c662cb6409b7cda2c841e76651 (diff) | |
download | opie-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...
-rw-r--r-- | Rules.make | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,4 +10,6 @@ ifneq ($(CONFIG_DEBUG),) echo CONFIG += debug >> $@ echo CONFIG -= release >> $@ + echo DEFINES += "QT_COMPONENT_DEBUG=2" >> $@ + echo DEFINES += QT_DEBUG >> $@ else echo CONFIG -= debug >> $@ |