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 / base.pri @ 110:125520c3dc05

History | View | Annotate | Download (706 Bytes)

1

    
2
SV_INCLUDEPATH = \
3
        . \
4
	bqvec \
5
	bqvec/bqvec \
6
	bqfft \
7
	bqresample \
8
	bqaudioio \
9
	bqaudioio/bqaudioio \
10
	bqaudiostream \
11
	bqaudiostream/bqaudiostream \
12
	bqthingfactory \
13
	piper-vamp-cpp \
14
	checker \
15
	checker/checker \
16
	dataquay \
17
	dataquay/dataquay \
18
	svcore \
19
	svcore/data \
20
	svcore/plugin/api/alsa \
21
	svgui \
22
	svapp \
23
	vamp-plugin-sdk
24

    
25
DEPENDPATH += $$SV_INCLUDEPATH
26
INCLUDEPATH += $$SV_INCLUDEPATH
27

    
28
# Platform defines for RtMidi
29
linux*:   DEFINES += __LINUX_ALSASEQ__ __LINUX_ALSA__
30
macx*:    DEFINES += __MACOSX_CORE__
31
win*:     DEFINES += __WINDOWS_MM__
32
solaris*: DEFINES += __RTMIDI_DUMMY_ONLY__
33

    
34
# Defines for Dataquay
35
DEFINES += USE_SORD
36

    
37
CONFIG += qt thread warn_on stl rtti exceptions