comparison sonic-visualiser.pro @ 2008:55d9bbf1fe45 zoom

Merge from default branch
author Chris Cannam
date Mon, 17 Sep 2018 14:05:41 +0100
parents df146330bc34
children 1799e90689b5
comparison
equal deleted inserted replaced
2007:246bdf94ef7b 2008:55d9bbf1fe45
1 1
2 TEMPLATE = subdirs 2 TEMPLATE = subdirs
3 3
4 !win* { 4 SUBDIRS += \
5 # We should build and run the tests on any platform, 5 sub_base
6 # but doing it automatically doesn't work so well from 6
7 # within an IDE on Windows, so remove that from here 7 # We build the tests on every platform, though at the time of
8 SUBDIRS += \ 8 # writing they are only automatically run on non-Windows platforms
9 sub_test_svcore_base \ 9 # (because of the difficulty of getting them running nicely in the
10 # IDE without causing great confusion if a test fails).
11 SUBDIRS += \
12 sub_test_svcore_base \
13 sub_test_svcore_system \
10 sub_test_svcore_data_fileio \ 14 sub_test_svcore_data_fileio \
11 sub_test_svcore_data_model 15 sub_test_svcore_data_model
12 }
13 16
14 SUBDIRS += \ 17 SUBDIRS += \
15 checker \ 18 checker \
16 sub_server \ 19 sub_server \
17 sub_convert \ 20 sub_convert \
18 sub_sv 21 sub_sv
19 22
23 sub_base.file = base.pro
24
20 sub_test_svcore_base.file = test-svcore-base.pro 25 sub_test_svcore_base.file = test-svcore-base.pro
26 sub_test_svcore_system.file = test-svcore-system.pro
21 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro 27 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro
22 sub_test_svcore_data_model.file = test-svcore-data-model.pro 28 sub_test_svcore_data_model.file = test-svcore-data-model.pro
23 29
24 sub_server.file = server.pro 30 sub_server.file = server.pro
25 sub_convert.file = convert.pro 31 sub_convert.file = convert.pro