view sonic-visualiser.pro @ 552:a0192b0397fb with-dependencies

Update subrepo version
author Chris Cannam
date Fri, 10 May 2013 13:27:53 +0100
parents bf1c6e2b8791
children 96a0e169b70f
line wrap: on
line source
TEMPLATE = subdirs
SUBDIRS = dataquay_lib 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
}

dataquay_lib.file = dataquay/lib.pro

sub_sv.file = sv.pro

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