Mercurial > hg > tony
annotate tony.pro @ 698:ee97c742d184 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:58:43 +0100 |
parents | fe1a77d4aeaa |
children |
rev | line source |
---|---|
Chris@536 | 1 |
Chris@0 | 2 TEMPLATE = subdirs |
Chris@0 | 3 |
Chris@536 | 4 SUBDIRS += \ |
Chris@536 | 5 sub_base |
Chris@536 | 6 |
Chris@521 | 7 # We build the tests on every platform, though at the time of |
Chris@521 | 8 # writing they are only automatically run on non-Windows platforms |
Chris@521 | 9 # (because of the difficulty of getting them running nicely in the |
Chris@521 | 10 # IDE without causing great confusion if a test fails). |
Chris@521 | 11 SUBDIRS += \ |
Chris@521 | 12 sub_test_svcore_base \ |
Chris@536 | 13 sub_test_svcore_system \ |
Chris@521 | 14 sub_test_svcore_data_fileio \ |
Chris@521 | 15 sub_test_svcore_data_model |
Chris@521 | 16 |
Chris@521 | 17 SUBDIRS += \ |
Chris@548 | 18 sub_pyin \ |
Chris@619 | 19 sub_chp \ |
Chris@619 | 20 sub_tony |
Chris@548 | 21 |
Chris@536 | 22 sub_base.file = base.pro |
Chris@536 | 23 |
Chris@521 | 24 sub_test_svcore_base.file = test-svcore-base.pro |
Chris@536 | 25 sub_test_svcore_system.file = test-svcore-system.pro |
Chris@521 | 26 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro |
Chris@521 | 27 sub_test_svcore_data_model.file = test-svcore-data-model.pro |
Chris@521 | 28 |
Chris@0 | 29 sub_tony.file = tonyapp.pro |
Chris@548 | 30 sub_pyin.file = pyin.pro |
Chris@548 | 31 sub_chp.file = chp.pro |
Chris@0 | 32 |
Chris@521 | 33 CONFIG += ordered |