comparison sonic-visualiser.pro @ 1035:28ccb621d1af bqaudioio

Initial work toward switching to bqaudioio library (so as to get I/O, not just O)
author Chris Cannam
date Tue, 04 Aug 2015 13:27:42 +0100
parents fc0ce89208d8
children a1ce253dc90e
comparison
equal deleted inserted replaced
1031:2d524c9eee33 1035:28ccb621d1af
1 TEMPLATE = subdirs 1 TEMPLATE = subdirs
2 SUBDIRS = sub_dataquay svcore svgui svapp sub_sv 2 SUBDIRS = sub_bq sub_dataquay svcore svgui svapp sub_sv
3 3
4 !win* { 4 !win* {
5 # We should build and run the tests on any platform, 5 # We should build and run the tests on any platform,
6 # but doing it automatically doesn't work so well from 6 # but doing it automatically doesn't work so well from
7 # within an IDE on Windows, so remove that from here 7 # within an IDE on Windows, so remove that from here
8 SUBDIRS += svcore/base/test svcore/data/fileio/test svcore/data/model/test 8 SUBDIRS += svcore/base/test svcore/data/fileio/test svcore/data/model/test
9 } 9 }
10 10
11 sub_bq.file = bq.pro
11 sub_sv.file = sv.pro 12 sub_sv.file = sv.pro
12 13
13 sub_dataquay.file = dataquay/lib.pro 14 sub_dataquay.file = dataquay/lib.pro
14 15
15 svgui.depends = svcore 16 svgui.depends = svcore