view sonic-visualiser.pro @ 539:bf1c6e2b8791 with-dependencies

Windows build fixes -- to review
author Chris Cannam
date Wed, 27 Mar 2013 17:23:05 +0000
parents 8d0d4ae4b592
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