Mercurial > hg > tony
annotate tony.pro @ 551:4328b9fd40a5
Can update these now, as AppVeyor has caught up
author | Chris Cannam |
---|---|
date | Sat, 16 Feb 2019 10:39:55 +0000 |
parents | 702a70e48ca9 |
children | fe1a77d4aeaa |
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_tony \ |
Chris@548 | 19 sub_pyin \ |
Chris@548 | 20 sub_chp |
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 |