view sonic-visualiser.pro @ 1146:c78fbb819a62 pluginscan

Make this warning a #pragma message, as we don't want it to make compilation fail with -Werror set
author Chris Cannam
date Thu, 14 Apr 2016 14:23:48 +0100
parents a1ce253dc90e
children 29c6a7cb114e
line wrap: on
line source
TEMPLATE = subdirs
SUBDIRS = sub_bq sub_dataquay svcore svgui svapp vamp-plugin-load-checker 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