annotate sonic-visualiser.pro @ 1331:7b46591ba12d 3.0-integration

Further RealTime test (currently failing)
author Chris Cannam
date Mon, 14 Nov 2016 15:00:29 +0000
parents f2ef4a7bdf16
children 587c0e53ea86
rev   line source
Chris@1279 1
Chris@517 2 TEMPLATE = subdirs
Chris@640 3
Chris@1330 4 !win* {
Chris@1330 5 # We should build and run the tests on any platform,
Chris@1330 6 # but doing it automatically doesn't work so well from
Chris@1330 7 # within an IDE on Windows, so remove that from here
Chris@1330 8 SUBDIRS += svcore/base/test svcore/data/fileio/test svcore/data/model/test
Chris@1330 9 }
Chris@1330 10
Chris@1330 11 SUBDIRS += \
cannam@1285 12 checker \
Chris@1279 13 sub_server \
Chris@1297 14 sub_convert \
Chris@1279 15 sub_sv
Chris@563 16
Chris@1278 17 sub_server.file = server.pro
Chris@1297 18 sub_convert.file = convert.pro
Chris@1279 19 sub_sv.file = sv.pro