Mercurial > hg > svcore
comparison data/data.pro @ 150:4b2ea82fd0ed
* Reorganising code base. This revision probably should compile once more.
author | Chris Cannam |
---|---|
date | Mon, 31 Jul 2006 14:05:22 +0000 |
parents | |
children | 21792a550ec9 |
comparison
equal
deleted
inserted
replaced
149:3e4c384f518e | 150:4b2ea82fd0ed |
---|---|
1 TEMPLATE = lib | |
2 | |
3 SV_UNIT_PACKAGES = fftw3f sndfile mad oggz fishsound | |
4 load(../sv.prf) | |
5 | |
6 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions | |
7 | |
8 TARGET = svdata | |
9 | |
10 DEPENDPATH += fft fileio model .. | |
11 INCLUDEPATH += . fft model fileio .. | |
12 OBJECTS_DIR = tmp_obj | |
13 MOC_DIR = tmp_moc | |
14 | |
15 # Input | |
16 HEADERS += fft/FFTDataServer.h \ | |
17 fft/FFTFileCache.h \ | |
18 fft/FFTFuzzyAdapter.h \ | |
19 fileio/AudioFileReader.h \ | |
20 fileio/AudioFileReaderFactory.h \ | |
21 fileio/BZipFileDevice.h \ | |
22 fileio/CodedAudioFileReader.h \ | |
23 fileio/CSVFileReader.h \ | |
24 fileio/CSVFileWriter.h \ | |
25 fileio/DataFileReader.h \ | |
26 fileio/DataFileReaderFactory.h \ | |
27 fileio/FileReadThread.h \ | |
28 fileio/MatrixFile.h \ | |
29 fileio/MIDIFileReader.h \ | |
30 fileio/MP3FileReader.h \ | |
31 fileio/OggVorbisFileReader.h \ | |
32 fileio/WavFileReader.h \ | |
33 fileio/WavFileWriter.h \ | |
34 model/DenseThreeDimensionalModel.h \ | |
35 model/DenseTimeValueModel.h \ | |
36 model/Model.h \ | |
37 model/NoteModel.h \ | |
38 model/PowerOfSqrtTwoZoomConstraint.h \ | |
39 model/PowerOfTwoZoomConstraint.h \ | |
40 model/RangeSummarisableTimeValueModel.h \ | |
41 model/SparseModel.h \ | |
42 model/SparseOneDimensionalModel.h \ | |
43 model/SparseTimeValueModel.h \ | |
44 model/SparseValueModel.h \ | |
45 model/TextModel.h \ | |
46 model/WaveFileModel.h | |
47 SOURCES += fft/FFTDataServer.cpp \ | |
48 fft/FFTFileCache.cpp \ | |
49 fft/FFTFuzzyAdapter.cpp \ | |
50 fileio/AudioFileReaderFactory.cpp \ | |
51 fileio/BZipFileDevice.cpp \ | |
52 fileio/CodedAudioFileReader.cpp \ | |
53 fileio/CSVFileReader.cpp \ | |
54 fileio/CSVFileWriter.cpp \ | |
55 fileio/DataFileReaderFactory.cpp \ | |
56 fileio/FileReadThread.cpp \ | |
57 fileio/MatrixFile.cpp \ | |
58 fileio/MIDIFileReader.cpp \ | |
59 fileio/MP3FileReader.cpp \ | |
60 fileio/OggVorbisFileReader.cpp \ | |
61 fileio/WavFileReader.cpp \ | |
62 fileio/WavFileWriter.cpp \ | |
63 model/DenseThreeDimensionalModel.cpp \ | |
64 model/DenseTimeValueModel.cpp \ | |
65 model/Model.cpp \ | |
66 model/NoteModel.cpp \ | |
67 model/PowerOfSqrtTwoZoomConstraint.cpp \ | |
68 model/PowerOfTwoZoomConstraint.cpp \ | |
69 model/RangeSummarisableTimeValueModel.cpp \ | |
70 model/WaveFileModel.cpp |