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 @ 108:debead5f6bf8

History | View | Annotate | Download (641 Bytes)

1

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

    
22
DEPENDPATH += $$SV_INCLUDEPATH
23
INCLUDEPATH += $$SV_INCLUDEPATH
24

    
25
# Platform defines for RtMidi
26
linux*:   DEFINES += __LINUX_ALSASEQ__ __LINUX_ALSA__
27
macx*:    DEFINES += __MACOSX_CORE__
28
win*:     DEFINES += __WINDOWS_MM__
29
solaris*: DEFINES += __RTMIDI_DUMMY_ONLY__
30

    
31
# Defines for Dataquay
32
DEFINES += USE_SORD
33

    
34
CONFIG += qt thread warn_on stl rtti exceptions c++11