view sonic-visualiser.pro @ 680:1e993a922d79

Fix app signing: on os/x 10.9 you need to sign other frameworks etc as well
author Chris Cannam
date Thu, 05 Dec 2013 20:24:40 +0000
parents e6faa02020f0
children 10e3c2c5e569
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