comparison sonic-visualiser.pro @ 1833:acb51ab8fb26 plugin-path-config

Merge from default branch
author Chris Cannam
date Fri, 25 May 2018 09:25:38 +0100
parents e63cc95876cb
children df146330bc34
comparison
equal deleted inserted replaced
1826:b03652cd338f 1833:acb51ab8fb26
1 1
2 TEMPLATE = subdirs 2 TEMPLATE = subdirs
3
4 SUBDIRS += \
5 sub_base
3 6
4 # We build the tests on every platform, though at the time of 7 # We build the tests on every platform, though at the time of
5 # writing they are only automatically run on non-Windows platforms 8 # writing they are only automatically run on non-Windows platforms
6 # (because of the difficulty of getting them running nicely in the 9 # (because of the difficulty of getting them running nicely in the
7 # IDE without causing great confusion if a test fails). 10 # IDE without causing great confusion if a test fails).
14 checker \ 17 checker \
15 sub_server \ 18 sub_server \
16 sub_convert \ 19 sub_convert \
17 sub_sv 20 sub_sv
18 21
22 sub_base.file = base.pro
23
19 sub_test_svcore_base.file = test-svcore-base.pro 24 sub_test_svcore_base.file = test-svcore-base.pro
20 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro 25 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro
21 sub_test_svcore_data_model.file = test-svcore-data-model.pro 26 sub_test_svcore_data_model.file = test-svcore-data-model.pro
22 27
23 sub_server.file = server.pro 28 sub_server.file = server.pro