Mercurial > hg > sonic-annotator
comparison sonic-annotator.pro @ 85:dcd7abe066d5 with-dependencies
Win32 build fixes
author | Chris Cannam <chris.cannam@eecs.qmul.ac.uk> |
---|---|
date | Thu, 09 May 2013 13:32:35 +0100 |
parents | 0bbcca91a80e |
children | 382f33b7f00e |
comparison
equal
deleted
inserted
replaced
84:e15f291f3500 | 85:dcd7abe066d5 |
---|---|
1 TEMPLATE = subdirs | 1 TEMPLATE = subdirs |
2 SUBDIRS = sub_dataquay svcore svcore/data/fileio/test sub_runner | 2 SUBDIRS = sub_dataquay svcore sub_runner |
3 | |
4 !win* { | |
5 # We should build and run the tests on any platform, | |
6 # but doing it automatically doesn't work so well from | |
7 # within an IDE on Windows, so remove that from here | |
8 SUBDIRS += svcore/data/fileio/test | |
9 } | |
3 | 10 |
4 sub_dataquay.file = dataquay/lib.pro | 11 sub_dataquay.file = dataquay/lib.pro |
5 | 12 |
6 sub_runner.file = runner.pro | 13 sub_runner.file = runner.pro |
7 sub_runner.depends = svcore | 14 sub_runner.depends = svcore |