Mercurial > hg > sonic-annotator
comparison runner.pro @ 107:7b60603966cf multiplex
Implementation of MultiplexedReader -- now builds, not yet tested
author | Chris Cannam |
---|---|
date | Thu, 02 Oct 2014 08:16:42 +0100 |
parents | 318e2f177ed5 |
children | d012c0dafa36 |
comparison
equal
deleted
inserted
replaced
106:de76b2df518f | 107:7b60603966cf |
---|---|
65 | 65 |
66 HEADERS += \ | 66 HEADERS += \ |
67 runner/AudioDBFeatureWriter.h \ | 67 runner/AudioDBFeatureWriter.h \ |
68 runner/FeatureWriterFactory.h \ | 68 runner/FeatureWriterFactory.h \ |
69 runner/DefaultFeatureWriter.h \ | 69 runner/DefaultFeatureWriter.h \ |
70 runner/FeatureExtractionManager.h | 70 runner/FeatureExtractionManager.h \ |
71 runner/MultiplexedReader.h | |
71 | 72 |
72 SOURCES += \ | 73 SOURCES += \ |
73 runner/main.cpp \ | 74 runner/main.cpp \ |
74 runner/DefaultFeatureWriter.cpp \ | 75 runner/DefaultFeatureWriter.cpp \ |
75 runner/FeatureExtractionManager.cpp \ | 76 runner/FeatureExtractionManager.cpp \ |
76 runner/AudioDBFeatureWriter.cpp \ | 77 runner/AudioDBFeatureWriter.cpp \ |
77 runner/FeatureWriterFactory.cpp | 78 runner/FeatureWriterFactory.cpp \ |
79 runner/MultiplexedReader.cpp | |
78 | 80 |
79 !win32 { | 81 !win32 { |
80 QMAKE_POST_LINK=/bin/bash tests/test.sh | 82 QMAKE_POST_LINK=/bin/bash tests/test.sh |
81 } | 83 } |
82 | 84 |