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 / vect.pro @ 136:5cf745be1767

History | View | Annotate | Download (1.13 KB)

1

    
2
TEMPLATE = subdirs
3

    
4
SUBDIRS += \
5
        sub_base
6

    
7
# We build the tests on every platform, though at the time of
8
# writing they are only automatically run on non-Windows platforms
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 \
14
        sub_test_svcore_data_fileio \
15
        sub_test_svcore_data_model
16

    
17
SUBDIRS += \
18
	checker \
19
	sub_server \
20
        sub_convert \
21
        sub_match \
22
        sub_pyin \
23
        sub_nnls_chroma \
24
        sub_qm_vamp_plugins \
25
        sub_azi \
26
	sub_vect
27

    
28
sub_base.file = base.pro
29

    
30
sub_test_svcore_base.file = test-svcore-base.pro
31
sub_test_svcore_system.file = test-svcore-system.pro
32
sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro
33
sub_test_svcore_data_model.file = test-svcore-data-model.pro
34

    
35
sub_server.file = server.pro
36
sub_convert.file = convert.pro
37
sub_match.file = match.pro
38
sub_pyin.file = pyin.pro
39
sub_nnls_chroma.file = nnls-chroma.pro
40
sub_qm_vamp_plugins.file = qm-vamp-plugins.pro
41
sub_azi.file = azi.pro
42
sub_vect.file = vectapp.pro
43

    
44
CONFIG += ordered