comparison sonic-visualiser.pro @ 1827:e63cc95876cb baselib-win-build

Alternative build mechanism for Windows, with base as a library and a single script to run full builds
author Chris Cannam
date Thu, 24 May 2018 16:19:50 +0100
parents e4bd2a532ced
children df146330bc34
comparison
equal deleted inserted replaced
1823:1b6ffed298a2 1827:e63cc95876cb
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