diff svcore.pro @ 685:99222d4bfc78 debug-output

Add Debug class
author Chris Cannam
date Thu, 12 May 2011 16:56:08 +0100
parents c8badbd4c005
children c789deb83bd4
line wrap: on
line diff
--- a/svcore.pro	Tue May 10 17:55:57 2011 +0100
+++ b/svcore.pro	Thu May 12 16:56:08 2011 +0100
@@ -27,6 +27,7 @@
            base/AudioPlaySource.h \
            base/Clipboard.h \
            base/Command.h \
+           base/Debug.h \
            base/Exceptions.h \
            base/LogRange.h \
            base/Pitch.h \
@@ -62,6 +63,7 @@
 SOURCES += base/AudioLevel.cpp \
            base/Clipboard.cpp \
            base/Command.cpp \
+           base/Debug.cpp \
            base/Exceptions.cpp \
            base/LogRange.cpp \
            base/Pitch.cpp \