Mercurial > hg > sonic-annotator
annotate sonic-annotator.pro @ 208:c17b184c16db
Update JAMS output to JAMS v0.2.0. We now (for the first time?!) write actual JAMS schema-compliant output when possible, though it isn't possible for many types of plugin. The output for all tested combinations of transforms is valid JSON even where it isn't schema-compliant.
author | Chris Cannam |
---|---|
date | Wed, 04 Nov 2015 10:07:29 +0000 |
parents | dcd7abe066d5 |
children | 382f33b7f00e |
rev | line source |
---|---|
Chris@69 | 1 TEMPLATE = subdirs |
chris@85 | 2 SUBDIRS = sub_dataquay svcore sub_runner |
chris@85 | 3 |
chris@85 | 4 !win* { |
chris@85 | 5 # We should build and run the tests on any platform, |
chris@85 | 6 # but doing it automatically doesn't work so well from |
chris@85 | 7 # within an IDE on Windows, so remove that from here |
chris@85 | 8 SUBDIRS += svcore/data/fileio/test |
chris@85 | 9 } |
Chris@78 | 10 |
Chris@78 | 11 sub_dataquay.file = dataquay/lib.pro |
Chris@69 | 12 |
Chris@69 | 13 sub_runner.file = runner.pro |
Chris@69 | 14 sub_runner.depends = svcore |