Mercurial > hg > tony
annotate tony.pro @ 543:838f869406a5
Performance fix for waveform rendering
author | Chris Cannam |
---|---|
date | Thu, 14 Feb 2019 13:08:40 +0000 |
parents | 1058d9b37a97 |
children | 702a70e48ca9 |
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@521 | 18 sub_tony |
Chris@521 | 19 |
Chris@536 | 20 sub_base.file = base.pro |
Chris@536 | 21 |
Chris@521 | 22 sub_test_svcore_base.file = test-svcore-base.pro |
Chris@536 | 23 sub_test_svcore_system.file = test-svcore-system.pro |
Chris@521 | 24 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro |
Chris@521 | 25 sub_test_svcore_data_model.file = test-svcore-data-model.pro |
Chris@521 | 26 |
Chris@0 | 27 sub_tony.file = tonyapp.pro |
Chris@0 | 28 |
Chris@521 | 29 CONFIG += ordered |