view sonic-visualiser.pro @ 630:1d0e7091f39d with-dependencies

Merge from the default branch
author Chris Cannam <chris.cannam@eecs.qmul.ac.uk>
date Tue, 01 Oct 2013 11:26:39 +0100
parents 96a0e169b70f
children
line wrap: on
line source
TEMPLATE = subdirs
SUBDIRS = sub_dataquay svcore svgui svapp sub_sv

!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/data/fileio/test
}

sub_sv.file = sv.pro

sub_dataquay.file = dataquay/lib.pro

svgui.depends = svcore
svapp.depends = svcore svgui
sub_sv.depends = svcore svgui svapp