comparison sonic-annotator.pro @ 260:382f33b7f00e piper-nopiper

Subrepo updates, and update the build scripts accordingly
author Chris Cannam
date Mon, 21 Nov 2016 17:08:34 +0000
parents dcd7abe066d5
children d7bbc5b03619
comparison
equal deleted inserted replaced
258:857ce6ecb163 260:382f33b7f00e
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