Mercurial > hg > tony
annotate tony.pro @ 522:8f016d8c021a saveall
Add Save All function, as proposed by Yi Ting Tan
author | Chris Cannam |
---|---|
date | Wed, 15 Mar 2017 13:41:33 +0000 |
parents | 25aa28a27252 |
children | 1058d9b37a97 |
rev | line source |
---|---|
Chris@0 | 1 TEMPLATE = subdirs |
Chris@0 | 2 |
Chris@521 | 3 # We build the tests on every platform, though at the time of |
Chris@521 | 4 # writing they are only automatically run on non-Windows platforms |
Chris@521 | 5 # (because of the difficulty of getting them running nicely in the |
Chris@521 | 6 # IDE without causing great confusion if a test fails). |
Chris@521 | 7 SUBDIRS += \ |
Chris@521 | 8 sub_test_svcore_base \ |
Chris@521 | 9 sub_test_svcore_data_fileio \ |
Chris@521 | 10 sub_test_svcore_data_model |
Chris@521 | 11 |
Chris@521 | 12 SUBDIRS += \ |
Chris@521 | 13 sub_tony |
Chris@521 | 14 |
Chris@521 | 15 sub_test_svcore_base.file = test-svcore-base.pro |
Chris@521 | 16 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro |
Chris@521 | 17 sub_test_svcore_data_model.file = test-svcore-data-model.pro |
Chris@521 | 18 |
Chris@0 | 19 sub_tony.file = tonyapp.pro |
Chris@0 | 20 |
Chris@521 | 21 CONFIG += ordered |