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 @ 463:43a35652aaeb

History | View | Annotate | Download (1.36 KB)

1

    
2
TEMPLATE = subdirs
3

    
4
SUBDIRS += \
5
        sub_base
6

    
7
win32-msvc* {
8
    SUBDIRS += \
9
        sub_os_other \
10
        sub_os_win10
11
}
12

    
13
# 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
        sub_test_svcore_system \
20
        sub_test_svcore_data_fileio \
21
        sub_test_svcore_data_model
22

    
23
SUBDIRS += \
24
	checker \
25
	sub_server \
26
        sub_convert \
27
        sub_match \
28
        sub_tuning_difference \
29
        sub_pyin \
30
        sub_nnls_chroma \
31
        sub_qm_vamp_plugins \
32
        sub_azi \
33
	sub_vect
34

    
35
sub_base.file = base.pro
36

    
37
sub_os_other.file = os-other.pro
38
sub_os_win10.file = os-win10.pro
39

    
40
sub_test_svcore_base.file = test-svcore-base.pro
41
sub_test_svcore_system.file = test-svcore-system.pro
42
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
sub_match.file = match.pro
48
sub_pyin.file = pyin.pro
49
sub_tuning_difference.file = tuning-difference.pro
50
sub_nnls_chroma.file = nnls-chroma.pro
51
sub_qm_vamp_plugins.file = qm-vamp-plugins.pro
52
sub_azi.file = azi.pro
53
sub_vect.file = vectapp.pro
54

    
55
CONFIG += ordered