Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
682:bd527db65d20 | 685:99222d4bfc78 |
---|---|
25 | 25 |
26 HEADERS += base/AudioLevel.h \ | 26 HEADERS += base/AudioLevel.h \ |
27 base/AudioPlaySource.h \ | 27 base/AudioPlaySource.h \ |
28 base/Clipboard.h \ | 28 base/Clipboard.h \ |
29 base/Command.h \ | 29 base/Command.h \ |
30 base/Debug.h \ | |
30 base/Exceptions.h \ | 31 base/Exceptions.h \ |
31 base/LogRange.h \ | 32 base/LogRange.h \ |
32 base/Pitch.h \ | 33 base/Pitch.h \ |
33 base/Playable.h \ | 34 base/Playable.h \ |
34 base/PlayParameterRepository.h \ | 35 base/PlayParameterRepository.h \ |
60 base/XmlExportable.h \ | 61 base/XmlExportable.h \ |
61 base/ZoomConstraint.h | 62 base/ZoomConstraint.h |
62 SOURCES += base/AudioLevel.cpp \ | 63 SOURCES += base/AudioLevel.cpp \ |
63 base/Clipboard.cpp \ | 64 base/Clipboard.cpp \ |
64 base/Command.cpp \ | 65 base/Command.cpp \ |
66 base/Debug.cpp \ | |
65 base/Exceptions.cpp \ | 67 base/Exceptions.cpp \ |
66 base/LogRange.cpp \ | 68 base/LogRange.cpp \ |
67 base/Pitch.cpp \ | 69 base/Pitch.cpp \ |
68 base/PlayParameterRepository.cpp \ | 70 base/PlayParameterRepository.cpp \ |
69 base/PlayParameters.cpp \ | 71 base/PlayParameters.cpp \ |