Mercurial > hg > sonic-visualiser
annotate sonic-visualiser.pro @ 1815:ec7d4f243ffa
Subrepo update
author | Chris Cannam |
---|---|
date | Tue, 15 May 2018 13:30:09 +0100 |
parents | e4bd2a532ced |
children | e63cc95876cb |
rev | line source |
---|---|
Chris@1279 | 1 |
Chris@517 | 2 TEMPLATE = subdirs |
Chris@640 | 3 |
Chris@1490 | 4 # We build the tests on every platform, though at the time of |
Chris@1490 | 5 # writing they are only automatically run on non-Windows platforms |
Chris@1490 | 6 # (because of the difficulty of getting them running nicely in the |
Chris@1490 | 7 # IDE without causing great confusion if a test fails). |
Chris@1490 | 8 SUBDIRS += \ |
Chris@1490 | 9 sub_test_svcore_base \ |
Chris@1332 | 10 sub_test_svcore_data_fileio \ |
Chris@1332 | 11 sub_test_svcore_data_model |
Chris@1330 | 12 |
Chris@1330 | 13 SUBDIRS += \ |
cannam@1285 | 14 checker \ |
Chris@1279 | 15 sub_server \ |
Chris@1297 | 16 sub_convert \ |
Chris@1279 | 17 sub_sv |
Chris@563 | 18 |
Chris@1332 | 19 sub_test_svcore_base.file = test-svcore-base.pro |
Chris@1332 | 20 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro |
Chris@1332 | 21 sub_test_svcore_data_model.file = test-svcore-data-model.pro |
Chris@1332 | 22 |
Chris@1278 | 23 sub_server.file = server.pro |
Chris@1297 | 24 sub_convert.file = convert.pro |
Chris@1279 | 25 sub_sv.file = sv.pro |
Chris@1352 | 26 |
Chris@1352 | 27 CONFIG += ordered |