annotate sonic-visualiser.pro @ 655:b02f4c61d9f0 with-dependencies

Close this branch; the good stuff is now back in default
author Chris Cannam
date Tue, 05 Nov 2013 11:58:03 +0000
parents 96a0e169b70f
children
rev   line source
chris@568 1 TEMPLATE = subdirs
chris@568 2 SUBDIRS = sub_dataquay svcore svgui svapp sub_sv
chris@568 3
chris@568 4 !win* {
chris@568 5 # We should build and run the tests on any platform,
chris@568 6 # but doing it automatically doesn't work so well from
chris@568 7 # within an IDE on Windows, so remove that from here
chris@568 8 SUBDIRS += svcore/data/fileio/test
chris@568 9 }
chris@568 10
chris@568 11 sub_sv.file = sv.pro
chris@568 12
chris@568 13 sub_dataquay.file = dataquay/lib.pro
chris@568 14
chris@568 15 svgui.depends = svcore
chris@568 16 svapp.depends = svcore svgui
chris@568 17 sub_sv.depends = svcore svgui svapp