comparison sonic-annotator.pro @ 328:e16e4cda23b9

Update build system to follow current SV
author Chris Cannam
date Mon, 11 Jun 2018 19:29:14 +0100
parents 6122159556bd
children
comparison
equal deleted inserted replaced
327:0e866ef12d87 328:e16e4cda23b9
1 TEMPLATE = subdirs 1 TEMPLATE = subdirs
2
3 SUBDIRS += \
4 sub_base
2 5
3 # We build the tests on every platform, though at the time of 6 # We build the tests on every platform, though at the time of
4 # writing they are only automatically run on non-Windows platforms 7 # writing they are only automatically run on non-Windows platforms
5 # (because of the difficulty of getting them running nicely in the 8 # (because of the difficulty of getting them running nicely in the
6 # IDE without causing great confusion if a test fails). 9 # IDE without causing great confusion if a test fails).
7 SUBDIRS += \ 10 SUBDIRS += \
8 sub_test_svcore_base \ 11 sub_test_svcore_base \
12 sub_test_svcore_system \
9 sub_test_svcore_data_fileio 13 sub_test_svcore_data_fileio
10 14
11 SUBDIRS += sub_runner 15 SUBDIRS += sub_runner
12 16
17 sub_base.file = base.pro
18
13 sub_test_svcore_base.file = test-svcore-base.pro 19 sub_test_svcore_base.file = test-svcore-base.pro
20 sub_test_svcore_system.file = test-svcore-system.pro
14 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro 21 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro
15 22
16 sub_runner.file = runner.pro 23 sub_runner.file = runner.pro
17 24
18 CONFIG += ordered 25 CONFIG += ordered