To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / sonic-lineup.pro

History | View | Annotate | Download (1.36 KB)

1 98:ba4dd83fb22f Chris
2 25:8ddcacd8b5c5 Chris
TEMPLATE = subdirs
3 1:2342296cb6c8 Chris
4 108:debead5f6bf8 Chris
SUBDIRS += \
5
        sub_base
6
7 463:43a35652aaeb Chris
win32-msvc* {
8
    SUBDIRS += \
9
        sub_os_other \
10
        sub_os_win10
11
}
12
13 103:519c6649cc68 Chris
# We build the tests on every platform, though at the time of
14
# writing they are only automatically run on non-Windows platforms
15
# (because of the difficulty of getting them running nicely in the
16
# IDE without causing great confusion if a test fails).
17
SUBDIRS += \
18
        sub_test_svcore_base \
19 108:debead5f6bf8 Chris
        sub_test_svcore_system \
20 98:ba4dd83fb22f Chris
        sub_test_svcore_data_fileio \
21
        sub_test_svcore_data_model
22
23
SUBDIRS += \
24
	checker \
25
	sub_server \
26
        sub_convert \
27 136:5cf745be1767 Chris
        sub_match \
28 152:eb0acdc529de Chris
        sub_tuning_difference \
29 136:5cf745be1767 Chris
        sub_pyin \
30
        sub_nnls_chroma \
31
        sub_qm_vamp_plugins \
32
        sub_azi \
33 98:ba4dd83fb22f Chris
	sub_vect
34
35 108:debead5f6bf8 Chris
sub_base.file = base.pro
36
37 463:43a35652aaeb Chris
sub_os_other.file = os-other.pro
38
sub_os_win10.file = os-win10.pro
39
40 98:ba4dd83fb22f Chris
sub_test_svcore_base.file = test-svcore-base.pro
41 108:debead5f6bf8 Chris
sub_test_svcore_system.file = test-svcore-system.pro
42 98:ba4dd83fb22f Chris
sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro
43
sub_test_svcore_data_model.file = test-svcore-data-model.pro
44
45
sub_server.file = server.pro
46
sub_convert.file = convert.pro
47 136:5cf745be1767 Chris
sub_match.file = match.pro
48
sub_pyin.file = pyin.pro
49 152:eb0acdc529de Chris
sub_tuning_difference.file = tuning-difference.pro
50 136:5cf745be1767 Chris
sub_nnls_chroma.file = nnls-chroma.pro
51
sub_qm_vamp_plugins.file = qm-vamp-plugins.pro
52
sub_azi.file = azi.pro
53 25:8ddcacd8b5c5 Chris
sub_vect.file = vectapp.pro
54 1:2342296cb6c8 Chris
55 98:ba4dd83fb22f Chris
CONFIG += ordered