view sonic-visualiser.pro @ 1124:20ee582c1158 spectrogram-minor-refactor

Be a bit more flexible about which symbol to accept in resampler selection
author Chris Cannam
date Tue, 02 Feb 2016 10:39:39 +0000
parents 28ccb621d1af
children a1ce253dc90e
line wrap: on
line source
TEMPLATE = subdirs
SUBDIRS = sub_bq 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/base/test svcore/data/fileio/test svcore/data/model/test
}

sub_bq.file = bq.pro
sub_sv.file = sv.pro

sub_dataquay.file = dataquay/lib.pro

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