Mercurial > hg > sonic-annotator
annotate sonic-annotator.pro @ 399:a3912193ce69 tip
Default branch is now named default on git as well as hg, in case we ever want to switch to mirroring in the other direction
author | Chris Cannam |
---|---|
date | Thu, 27 Aug 2020 15:57:37 +0100 |
parents | e16e4cda23b9 |
children |
rev | line source |
---|---|
Chris@69 | 1 TEMPLATE = subdirs |
chris@85 | 2 |
Chris@328 | 3 SUBDIRS += \ |
Chris@328 | 4 sub_base |
Chris@328 | 5 |
Chris@290 | 6 # We build the tests on every platform, though at the time of |
Chris@290 | 7 # writing they are only automatically run on non-Windows platforms |
Chris@290 | 8 # (because of the difficulty of getting them running nicely in the |
Chris@290 | 9 # IDE without causing great confusion if a test fails). |
Chris@290 | 10 SUBDIRS += \ |
Chris@290 | 11 sub_test_svcore_base \ |
Chris@328 | 12 sub_test_svcore_system \ |
Chris@260 | 13 sub_test_svcore_data_fileio |
Chris@78 | 14 |
Chris@260 | 15 SUBDIRS += sub_runner |
Chris@260 | 16 |
Chris@328 | 17 sub_base.file = base.pro |
Chris@328 | 18 |
Chris@260 | 19 sub_test_svcore_base.file = test-svcore-base.pro |
Chris@328 | 20 sub_test_svcore_system.file = test-svcore-system.pro |
Chris@260 | 21 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro |
Chris@69 | 22 |
Chris@69 | 23 sub_runner.file = runner.pro |
Chris@260 | 24 |
Chris@262 | 25 CONFIG += ordered |
Chris@260 | 26 |