Mercurial > hg > svgui
comparison svgui.pro @ 1050:3691af49291c 3.0-integration
Start including Vamp SDK into main build, as we do with Sonic Annotator
author | Chris Cannam |
---|---|
date | Fri, 18 Mar 2016 14:25:05 +0000 |
parents | 55ac6ac1982e |
children | 834e94eb1bca |
comparison
equal
deleted
inserted
replaced
1049:40480e4bab6a | 1050:3691af49291c |
---|---|
1 | 1 |
2 TEMPLATE = lib | 2 TEMPLATE = lib |
3 | |
4 INCLUDEPATH += ../vamp-plugin-sdk | |
5 DEFINES += HAVE_VAMP HAVE_VAMPHOSTSDK | |
3 | 6 |
4 exists(config.pri) { | 7 exists(config.pri) { |
5 include(config.pri) | 8 include(config.pri) |
6 } | 9 } |
7 !exists(config.pri) { | 10 !exists(config.pri) { |
20 macx* { | 23 macx* { |
21 INCLUDEPATH += ../sv-dependency-builds/osx/include | 24 INCLUDEPATH += ../sv-dependency-builds/osx/include |
22 LIBS += -L../sv-dependency-builds/osx/lib | 25 LIBS += -L../sv-dependency-builds/osx/lib |
23 } | 26 } |
24 | 27 |
25 DEFINES += HAVE_BZ2 HAVE_FFTW3 HAVE_FFTW3F HAVE_SNDFILE HAVE_SAMPLERATE HAVE_VAMP HAVE_VAMPHOSTSDK HAVE_RUBBERBAND HAVE_LIBLO HAVE_MAD HAVE_ID3TAG | 28 DEFINES += HAVE_BZ2 HAVE_FFTW3 HAVE_FFTW3F HAVE_SNDFILE HAVE_SAMPLERATE HAVE_RUBBERBAND HAVE_LIBLO HAVE_MAD HAVE_ID3TAG |
26 } | 29 } |
27 | 30 |
28 CONFIG += staticlib qt thread warn_on stl rtti exceptions c++11 | 31 CONFIG += staticlib qt thread warn_on stl rtti exceptions c++11 |
29 QT += network xml gui widgets svg | 32 QT += network xml gui widgets svg |
30 | 33 |