Mercurial > hg > sonic-visualiser
annotate sonic-visualiser.pro @ 661:9d6eadfd390e
WS -> OS
author | Chris Cannam |
---|---|
date | Tue, 26 Nov 2013 11:16:58 +0000 |
parents | 6d8a76bd91a7 |
children | e6faa02020f0 |
rev | line source |
---|---|
Chris@517 | 1 TEMPLATE = subdirs |
Chris@640 | 2 SUBDIRS = sub_dataquay svcore svgui svapp sub_sv |
Chris@640 | 3 |
Chris@640 | 4 !win* { |
Chris@640 | 5 # We should build and run the tests on any platform, |
Chris@640 | 6 # but doing it automatically doesn't work so well from |
Chris@640 | 7 # within an IDE on Windows, so remove that from here |
Chris@640 | 8 svcore/data/fileio/test |
Chris@640 | 9 } |
Chris@451 | 10 |
Chris@517 | 11 sub_sv.file = sv.pro |
Chris@451 | 12 |
Chris@563 | 13 sub_dataquay.file = dataquay/lib.pro |
Chris@563 | 14 |
Chris@517 | 15 svgui.depends = svcore |
Chris@517 | 16 svapp.depends = svcore svgui |
Chris@517 | 17 sub_sv.depends = svcore svgui svapp |