Mercurial > hg > svcore
comparison data/fileio/MatrixFile.cpp @ 387:7aa1de571880
* juggle some files around in order to free audioio, base, and system libraries
from dependency on QtGui
author | Chris Cannam |
---|---|
date | Wed, 12 Mar 2008 17:42:56 +0000 |
parents | dc46851837d6 |
children | 3012af787e4a |
comparison
equal
deleted
inserted
replaced
386:e6d11871e4c9 | 387:7aa1de571880 |
---|---|
30 #include <cassert> | 30 #include <cassert> |
31 | 31 |
32 #include <QFileInfo> | 32 #include <QFileInfo> |
33 #include <QDir> | 33 #include <QDir> |
34 | 34 |
35 //#define DEBUG_MATRIX_FILE 1 | 35 #define DEBUG_MATRIX_FILE 1 |
36 //#define DEBUG_MATRIX_FILE_READ_SET 1 | 36 #define DEBUG_MATRIX_FILE_READ_SET 1 |
37 | 37 |
38 #ifdef DEBUG_MATRIX_FILE_READ_SET | 38 #ifdef DEBUG_MATRIX_FILE_READ_SET |
39 #ifndef DEBUG_MATRIX_FILE | 39 #ifndef DEBUG_MATRIX_FILE |
40 #define DEBUG_MATRIX_FILE 1 | 40 #define DEBUG_MATRIX_FILE 1 |
41 #endif | 41 #endif |