annotate 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
rev   line source
Chris@517 1 TEMPLATE = subdirs
Chris@539 2 SUBDIRS = dataquay_lib svcore svgui svapp sub_sv
Chris@539 3
Chris@539 4 !win* {
Chris@539 5 # We should build and run the tests on any platform,
Chris@539 6 # but doing it automatically doesn't work so well from
Chris@539 7 # within an IDE on Windows, so remove that from here
Chris@539 8 SUBDIRS += svcore/data/fileio/test
Chris@539 9 }
chris@534 10
chris@534 11 dataquay_lib.file = dataquay/lib.pro
Chris@451 12
Chris@517 13 sub_sv.file = sv.pro
Chris@451 14
Chris@517 15 svgui.depends = svcore
Chris@517 16 svapp.depends = svcore svgui
Chris@517 17 sub_sv.depends = svcore svgui svapp