Mercurial > hg > sonic-annotator
comparison sonic-annotator.pro @ 288:fd4a6183482f kapoor_1202
Merge from branch piper-nopiper. The next release will be based on this.
author | Chris Cannam |
---|---|
date | Fri, 02 Dec 2016 10:04:44 +0000 |
parents | d7bbc5b03619 |
children | 6122159556bd |
comparison
equal
deleted
inserted
replaced
259:9e7d180be225 | 288:fd4a6183482f |
---|---|
1 TEMPLATE = subdirs | 1 TEMPLATE = subdirs |
2 SUBDIRS = sub_dataquay svcore sub_runner | |
3 | 2 |
4 !win* { | 3 !win* { |
5 # We should build and run the tests on any platform, | 4 # We should build and run the tests on any platform, |
6 # but doing it automatically doesn't work so well from | 5 # but doing it automatically doesn't work so well from |
7 # within an IDE on Windows, so remove that from here | 6 # within an IDE on Windows, so remove that from here |
8 SUBDIRS += svcore/data/fileio/test | 7 SUBDIRS += \ |
8 sub_test_svcore_base \ | |
9 sub_test_svcore_data_fileio | |
9 } | 10 } |
10 | 11 |
11 sub_dataquay.file = dataquay/lib.pro | 12 SUBDIRS += sub_runner |
13 | |
14 sub_test_svcore_base.file = test-svcore-base.pro | |
15 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro | |
12 | 16 |
13 sub_runner.file = runner.pro | 17 sub_runner.file = runner.pro |
14 sub_runner.depends = svcore | 18 |
19 CONFIG += ordered | |
20 |