Mercurial > hg > sonic-annotator
diff runner.pro @ 223:f4315a0ade89 json-ld
added JSON-LD feature writer files
author | alo |
---|---|
date | Mon, 22 Feb 2016 14:27:19 +0000 |
parents | 3f7c65f26559 |
children | d582d5662010 |
line wrap: on
line diff
--- a/runner.pro Sat Jan 30 12:11:47 2016 +0000 +++ b/runner.pro Mon Feb 22 14:27:19 2016 +0000 @@ -101,7 +101,8 @@ runner/JAMSFeatureWriter.h \ runner/LabFeatureWriter.h \ runner/MIDIFeatureWriter.h \ - runner/MultiplexedReader.h + runner/MultiplexedReader.h \ + runner/JsonLDFeatureWriter.h SOURCES += \ vamp-plugin-sdk/src/vamp-hostsdk/PluginBufferingAdapter.cpp \ @@ -120,7 +121,8 @@ runner/JAMSFeatureWriter.cpp \ runner/LabFeatureWriter.cpp \ runner/MIDIFeatureWriter.cpp \ - runner/MultiplexedReader.cpp + runner/MultiplexedReader.cpp \ + runner/JsonLDFeatureWriter.cpp !win32 { QMAKE_POST_LINK=/bin/bash tests/test.sh