view 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
line wrap: on
line source

TEMPLATE = subdirs

!win* {
    # We should build and run the tests on any platform,
    # but doing it automatically doesn't work so well from
    # within an IDE on Windows, so remove that from here
    SUBDIRS += svcore/base/test svcore/data/fileio/test svcore/data/model/test
}

SUBDIRS += \
	checker \
	sub_server \
        sub_convert \
	sub_sv

sub_server.file = server.pro
sub_convert.file = convert.pro
sub_sv.file = sv.pro